>
> 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

Reply via email to