hi. Yes you are correct but the point of question was(which is not so clear) why OS looking for the apk in that path because of?? why not from installed/extracted binary??
On Monday, June 25, 2012 4:51:21 AM UTC+9, RichardC wrote: > > One thing weired is >> why OS looking path '/data/app/' ?? Do you know that? >> >>> >>> > From your LogCat: > E/AndroidRuntime(1954): java.lang.RuntimeException: > Unable to create BackupAgent com.company.appname.mybackuphelper: > > java.lang.ClassNotFoundException: > com.company.appname.mybackuphelper in loader > dalvik.system.PathClassLoader[/data/app/com.company.appname-1.apk] > > Teh class loader looking for a class called > "com.company.appname.mybackuphelper" > and is looking for it in the file "/data/app/com.company.appname-1.apk", > which should be your APK file. > > APKs are installed into /data/app. > > -- 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

