On Mar 4, 3:02 pm, loty <[email protected]> wrote:
> Recently I switched to SDK 1.1 and it worked for a short time without
> any problems. Now I'm getting "Can't open dex cache '/data/dalvik-
> cache/system ..." error and emulator doesn't start at all. Just shows
> Android screen of death with blinking cursor. When I repoint Eclipse
> back to 1.0 r2 it works fine.
>
> I did adb shell and /data folder is empty
The /data/dalvik-cache directory is created by init when the system
boots. From system/core/rootdir/init.rc:
# create dalvik-cache and double-check the perms
mkdir /data/dalvik-cache 0771 system system
chown system system /data/dalvik-cache
chmod 0771 /data/dalvik-cache
Does "mount" show that you have a filesystem mounted on /data, or is
it just an empty mount point? I'm guessing the latter.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---