Reputation: 356
I made a android application on my pc. I kept the build sdk at 4.1, and minimum sdk version at 2.2 The app ran fine on the emulator but when i tried it on my friends Samsung Note it after installing gave an error "Application Not installed". I did so on Google Nexux 7.
I exported the app as a unsigned apk
I tried a simple hello world ap but had the same problem. Please help what to do and how to correct the error.
Upvotes: 0
Views: 413
Reputation: 1367
you need to sign the app to make it run on a real device.. simple choose export as a signed apk and sign it with a keystore...if you don't have one you can make a new keystore through same wizard that you get at the time of exporting
Upvotes: 1