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.
运行后我可以看到应用程序,但是当我重新启动模拟器并单击应用程序时,它只显示应用程序未安装。可能是什么原因?
仔细检查你的android AndroidManifest.xml 文件,可能有问题,比如你给了错误的权限或者两次添加了一个权限。如果没有,则将此用户权限添加到您的文件中
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
还要检查您是否在清单文件中正确指定了启动器