I am porting Android 4.2.1 to a new hardware platform. Since we don't have emmc or nand ready we try to boot from NFS. However, we found some of the jar file in /system/framework are not extract correctly in /data/dalvik-cache/ (Not all of them, we have system@[email protected]@classes.dex int that folder)
E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output E/installd( 349): dexopt cannot open '/data/dalvik-cache/system@[email protected]@classes.dex' for output Anyone can give some light? -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
