fatal error: Invalid layout of preloaded class

1 Answer


In case of anAndroidproject, you have toremoveAndroid Libfrom the launch configuration for that specific class. Use the "walkthrough" below as a guide.

  • Project->Properties->Run/Debug Settings;
  • Select your Classand click "Edit";
  • Open the tab "Classpath" andremoveAndroid Libfrom "Bootstrap Entries";
  • Applyeverything andRunthe class again.

Hope this help you guys!

Bye.


更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android 如何判断去电或来电已经接通
  2. Android Binder的使用和设计[android nat
  3. AndroidStudio试用
  4. Android opencore 2.02 howto
  5. Android(安卓)APK签名
  6. android style的使用
  7. 我的Android成长之路(11)----Android之Shar
  8. Caused by: com.android.tools.r8.Compil
  9. android Select at least one project
  10. 【DiskLruCache完全解析】Android(安卓)A