Error type 3 Error: Activity class {com.arthur.tomato/com.arthur.tomato.MainActivity} does not exist

Error type 3 Error: Activity class {com.arthur.tomato/com.arthur.tomato.MainActivity} does not exist

可能是因为AndroidManifest.xml中的package和build.grade中的applicationId不一致

也可能是卸载时没卸载干净,如果连接有多个安装过此app的模拟器,把其他模拟器关掉

解决方法:在Terminal输入 adb uninstall + 包名,如下

Error type 3 Error: Activity class {com.arthur.tomato/com.arthur.tomato.MainActivity} does not exist