我正在测试这个应用程序没有问题,但今天我有88个错误。 最近更新了Appcelerator Studio和SDK。
错误是:
[ERROR] : Failed to compile Java source files:
[ERROR] : /Users/salinasj/Documents/Personales/ProyectosDesarrollo/Titanium/BEM/build/android/gen/android/support/v7/appcompat/R.java:2134: error: underscores in literals are not supported in -source 1.6
[ERROR] : public static final int 1_4a47a0db6e=0x7f020000;
[ERROR] : (use -source 7 or higher to enable underscores in literals)
[ERROR] : /Users/salinasj/Documents/Personales/ProyectosDesarrollo/Titanium/BEM/build/android/gen/android/support/v7/appcompat/R.java:2134: error: <identifier> expected
[ERROR] : public static final int 1_4a47a0db6e=0x7f020000;
....
...... and a lote of this erros.......
....
[ERROR] : 88 errors
Appcelerator Studio,build:4.7.1.201609100950 SDK:5.5.1 GA
答案 0 :(得分:1)
如果您有任何包含_(下划线)的图片,请重命名并重新编译您的应用。