On Apr 15, 1:05 pm, frank <frank.yens...@gmail.com> wrote:
> I installed AndroidTests.apk using adb install.
[...]
> W/dalvikvm(  276): VFY: unable to resolve interface method 131:
> Landroid/content/pm/IPackageManager;.freeStorageAndNotify (JLandroid/
> content/pm/IPackageDataObserver;)V
> W/dalvikvm(  276): VFY:  rejecting opcode 0x72 at 0x0015
> W/dalvikvm(  276): VFY:  rejected Lcom/android/unit_tests/
> AppCacheTest;.invokePMFreeApplicationCache (J)Z
> W/dalvikvm(  276): Verifier rejected class Lcom/android/unit_tests/
> AppCacheTest;

The method
com.android.unit_tests.AppCacheTest.invokePMFreeApplicationCache tried
to find the interface method freeStorageAndNotify(long,
IPackageDataObserver) in android.content.pm.IPackageManager, but the
method was not found.

The interface is generated from frameworks/base/core/java/android/
content/pm/IPackageManager.aidl and is part of framework.jar.  Are you
building the framework from your own sources?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to