where is my application folder in android?

45,346

From my understanding you will not be able to view this data on the mobile device. When you test the app in eclipse you will be able to see in the applications folder the new data sets, But on your phone, it is encapsulated by the APK.

Try saving the values to sd card?

Share:
45,346
Evan_HZY
Author by

Evan_HZY

Updated on September 30, 2020

Comments

  • Evan_HZY
    Evan_HZY over 3 years

    My application records some data from a sensor of my phone, and it store the data to a file in the application's directory.

    I run my application under the debug mode. And I was trying to find the application's folder and open the file with the saved data. However, I was not able to even find the app's folder.In the log information, it said the app's location is

    " '/data/app/myAppPackage.apk' (success) ---"
    

    but I can not find it anywhere by browsing the phone's disk.

    Any hints?

    thx in advance