Debels
Debels

Reputation: 177

Android Development with Eclipse (apk not found)

I'm trying to run a TestGame I made for testing to setup the work environment, but it won't "find the apk", I read many questions like this one on stackoverflow and over the internet and tried all of them, but none of them worked.

I tried removing the Build Automatically, nothing. Tried exporting and importing and nothing. Tried starting from 0 again and nothing. Looked if eclipse listed it as a library and it wasn't. Thought it was missing something and I downloaded everything from the SDK manager and still nothing.

I ran out of ideas of what it could be. It just displays:

[2013-10-01 22:03:47 - TestGame] ------------------------------
[2013-10-01 22:03:47 - TestGame] Android Launch!
[2013-10-01 22:03:47 - TestGame] adb is running normally.
[2013-10-01 22:03:47 - TestGame] Could not find TestGame.apk!

I tried compiling from another source and it worked. What can be causing this issue?

Upvotes: 0

Views: 653

Answers (2)

elbuild
elbuild

Reputation: 4899

Try to delete the Eclipse project files and to import just the code in a new project, better if in a different workspace.

Upvotes: 0

brbaker
brbaker

Reputation: 172

A name change could cause this. Have you changed the name? Is there an APK in your bin folder? What's it called?

Upvotes: 1

Related Questions