I can't compile sucessfully
Posted on Mon, 2013-01-21 13:49
Hi Everyone,
I follow the README.html inside the enterprise package to get Samples built, and for andoid I can get the unsigned apk, but when I try to install it on my device I just get "Application not installed" message.
I have macOS 10.7.5, java version "1.6.0_37" and adt-bundle-mac-x86_64, I need some help, I tried a lot of stuff but nothing is working yet.
Thanks in advance for your help
Greetings
Did you sign your APK via the jarsigner tool?
Because an Android device will refuse to install an APK that has not been signed.
Google's instructions for signing an APK can be found here...
http://developer.android.com/tools/publishing/app-signing.html