Reputation: 1092
I am a pro user of corona sdk. And I build apk file with my own keyStore file. In that apk does not install in the android emulator?
Upvotes: 7
Views: 2062
Reputation: 878
You should be able to use adb
. While the emulator is running, just run adb install YourApp.apk
.
Upvotes: 6
Reputation: 127
Upvotes: -1