ProcessException: Process exited abnormally: Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=****/.MainActivity (has extras) }
我在 、 找到解决办法,避免有些人找不到 AndroidMainifest
文件或者找错,我将具体位置贴出来。
android/app/src/main/AndroidManifest.xml <activity android:exported="true" android:name=".MainActivity" ... </activity>
主要是里面的 android:exported="true"
,如果没有这行代码,复制添加,如果是 false
,修改成 true
本文由老郭种树原创,转载请注明:https://guozh.net/processexception-process-exited-abnormally/