今天在编译Android工程文件,由于是将其他工程代码移到该工程下编译的,所以编译出了点问题,报Error running app: Default Activity not found错误。
网上搜了下,一种方法是将 Edit Configurations中选择General目录下的Launch Options,选中Nothing,但是编译后模拟器中app并不能运行 。所以继续查找方法,最终在stackoverflow上找到了。问题定位在AndroidManifest.xml文件中,注意查看自己的该文件。本人自己的如下:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.zhuzhixiong.uibestpractice">
<application
android:allowBackup=