LoginSignup
0
0

More than 5 years have passed since last update.

[Android] Manage data folder

Last updated at Posted at 2016-04-26
# Enter the adb shell
adb shell

# Change to package folder
run-as jp.package.name.app

This is only available for debuggable android application.

For setting the application to be debuggable, add this option to your AndroidManifest.xml file.

<application android:allowBackup="true"

Do not set this option in your release application AndroidManifest.xml.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0