I’ve created my own app. It’s running in the emulator, I can export it as unsigned apk and it’s also running on my tablet if I start/install it through eclipse.
But if I put the apk on the tablet and try to install it without eclipse I got a notification (app not installed).
I’ve looked into LogCat ( http://pastebin.com/fsSCzr5t ). I guess the problem is in line 151.
I refactored the main.xml but nothing changed.
Any hints?
thx B770
You might try http://code.google.com/p/android/issues/detail?id=830 (comment 26).
Or maybe you are using JDK 7 instead of 6? Please mind that you have to develop android apps with JDK 6 only.