Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 corona sdk 的专业用户。我用自己的 keyStore 文件构建了 apk 文件。在那个apk没有安装在android模拟器中?
您应该可以使用adb. 在模拟器运行时,只需运行adb install YourApp.apk.
adb
adb install YourApp.apk