On Sep 25, 12:21 am, skink <[email protected]> wrote: > On Sep 25, 2:27 am, 劲男王 <[email protected]> wrote: > > > /system/bin/app? > > There is no such path. > > Apks are store either in /data/app or /system/app > > pskink
Depends on the phone, OEMs are allowed to move the directory around (and it probably also depends on the which market place application does the install.) On my Nexus S for the google marketplace it's /data/app For development you want to grab the info from somewhere like http://developer.android.com/reference/android/content/pm/ApplicationInfo.html#publicSourceDir so you can find it on any phone. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

