Last active
August 29, 2015 14:20
-
-
Save CreatorB/85eab1351ea7b1336620 to your computer and use it in GitHub Desktop.
Can't see the data in emulator DDMS of android Eclipse Not Show up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On rooted device you can do this: | |
Open cmd | |
Type 'adb shell' | |
su | |
Press 'Allow' on device | |
chmod 777 /data /data/data /data/data/com.application.pacakage /data/data/com.application.pacakage/* | |
Go to the DDMS view in Eclipse | |
After this you should be able to browse the files on the device. | |
If it returns permission denied on su | |
Go to Settings > Developer Options > Root access > Apps and ADB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment