Home > Mobile >  Androidstudio how to run the application debugging installation system? The custom application with
Androidstudio how to run the application debugging installation system? The custom application with

Time:11-20

AndroidStudio configuration system signature completed

The adb push to restart can be installed under the/system/app success

But with a signed application when androidstudio directly run app complains

The Installation did not succeed.
The application could not be installed: INSTALL_FAILED_INVALID_INSTALL_LOCATION
The Installation failed due to: 'null'

Now want to ask how to install belt system run directly in androidstudio signed three party applications

CodePudding user response:

Application code system without the signature of this statement, you view the AndroidManifest. XML, see if there are android: sharedUserId="android) uid) system", if take the signature must use system to install,


If with android: sharedUserId="android) uid) system, debugging and running, so cannot be directly can only be signed after the installation, the LOG,
  • Related