saravanan
saravanan

Reputation: 1092

How do you install an APK file it build from corona sdk in the Android emulator?

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

Answers (2)

kelnos
kelnos

Reputation: 878

You should be able to use adb. While the emulator is running, just run adb install YourApp.apk.

Upvotes: 6

user1607767
user1607767

Reputation: 127

  1. Drag your .apk to Android's SD card.
  2. Download an app named ASTRO.
  3. In ASTRO, choose manage my file > folder you put ur .apk and open it.
  4. Choose install.
  5. WOW thank you ASTRO

Upvotes: -1

Related Questions