Because it simplified the implementation. You should *never* be relying on absolute paths. There is an API to get the path to your .apk -- Context.getApplicationInfo().
On Mon, Nov 29, 2010 at 8:23 AM, Mr Pinguin <[email protected]>wrote: > since 2.2 i have the problem that i see froyo copies > com.android.myapp.apk as com.android.myapp-1.apk to /data/app after > installation. > So during first start , my app searches com.android.myapp.apk to > unpack libraries, but this file of course doesn't exist. I would like > to know why ? And how can i make the change in my app. thanks. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

