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(安卓)openGl开发详解(一)——绘
  2. android 弹出视频
  3. setting proxy for Android SDK Manager
  4. Download Android 1.5 SDK, Release 3
  5. Android采用SAX解析XML文档
  6. Android actrivityrealut
  7. Android Studio编译失败问题(aapt2)
  8. android 程序漰溃 后台handle处理类
  9. Android之CircleImageView
  10. android多线程下载详解