Hi,

I was experiencing something similar, when porting from SDK 0.9 to
1.0.
I got error ".....Can't open dex cache  ..... Unable to open or create
cache for......" when loading custom classes with DexFile.
I solved the problem in my environment by simply starting the abd
console and changing rights in the cache folder:
    cd /data/dalvik-cache/
    chmod 777 .
Hope this helps.

                     Cheers,
                     Lia.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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