简体   繁体   English

似乎在Android模拟器中找不到应用程序图标

[英]Can't seem to find app icon in Android Emulator

Like I asked in the title, I'm creating the ToDo_List app as per instructions given in Professional Android Application Development 2 and after clearing a few bugs I managed to compile and run the Emulator. 就像我在标题中要求的那样,我正在按照Professional Android Application Development 2中给出的说明创建ToDo_List应用程序,并且清除了一些错误之后,我设法编译并运行了Emulator。

After waiting a few minutes for the emulator to load I go to the menu and I can't seem to locate my app. 等待几分钟等待模拟器加载后,我转到菜单,但似乎找不到我的应用程序。 Any ideas? 有任何想法吗?

Thanks 谢谢

Edit: After a little checking this is the error I get 编辑:经过一点检查这是我得到的错误

[2010-09-11 13:11:05 - ToDo_List] ERROR: Application requires API version 7. Device API version is 6 (Android 2.0.1). [2010-09-11 13:11:05-ToDo_List]错误:应用程序需要API版本7。设备API版本为6(Android 2.0.1)。

您的应用程序从未安装在模拟器上,因为该应用程序需要API版本7,并且该模拟器运行版本6。创建运行版本7的模拟器或更改清单中的最低api要求。

Run adb install yourapkname.apk in the terminal of android studio. 在Android Studio的终端中运行adb install yourapkname.apk It worked for me. 它为我工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM