在Terminal上有如下出错信息:
    “no classfiles specified   Conversion to Dalvik format failed with error 1”

    or
    Android requires .class compatibility set to 5.0. Please fix project properties.
解决方法:
1:  选择 project -> Android Tools ->Fix Project Properties.
  重新 clean project
2:如果上面不管用,只能使用暴力一点的方法,
复制源代码到信的目录. 包括AndroidManifest.xml, src/, assets/, res/. 选择 File-> New-> Android Project -> Contents -> Create project from existing source -> <your new location>

相关文章:

  • 2021-07-29
  • 2022-12-23
  • 2021-11-23
  • 2021-11-03
  • 2021-11-27
  • 2021-09-17
  • 2021-05-14
  • 2021-09-23
猜你喜欢
  • 2022-01-27
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2021-10-27
  • 2021-06-27
  • 2022-12-23
相关资源
相似解决方案