Android编译user版本发现系统一直在开机界面起不来,通过adb logcat可以发现报错:java.io.IOException: No original dex files found for dex location注:adb默认是关闭的,需要改系统启用解决方法:device/generic/vrviu_x86_64/BoardConfig.mk中添加:DEX_PREOPT_DEFAULT := nostripping