Android app开发在AndroidManifest.xml中修改了单个页面的false,改成了true,然后报错
The application could not be installed.
List of apks:
[0] 'D:\MyApp\app\build\intermediates\apk\debug\app-debug.apk'
Installation failed due to: ''cmd package install-create -r -t --user current --full --dont-kill -S 3857900' returns error 'Unknown failure: cmd: Can't find service: package''
Retry
Failed to launch an application on all devices
属性true,false并影响不了,apk的安装。排查下有没有其他原因导致,比如:可以清下缓存。或者rebuild project 试试。