Harry
Harry

Reputation: 13329

Eclipse Installing Android app on Device Stopped working

I updated the SDK tools and now the app wont install to the device any more. I also changed the name of the app

Logcat:

[2013-02-25 12:51:11 - TVR] Uploading TVR.apk onto device 'c1607234sdsdf'
[2013-02-25 12:51:11 - TVR] Installing TVR.apk...
[2013-02-25 12:51:13 - TVR] Success!
[2013-02-25 12:51:13 - TVR] /TVR/bin/TVR.apk installed on device
[2013-02-25 12:51:13 - TVR] Done!

The app is no where on the device!

As you can see that process happens in like 2 seconds, so its not really doing any thing!

Upvotes: 0

Views: 183

Answers (1)

manishpro
manishpro

Reputation: 141

Make sure you have updated your Manifest with Intent Filter for Launcher.

Upvotes: 1

Related Questions