无法在设备 android 上试用我的应用

Can't try my app on device android

我在工作和测试这个应用程序时没有问题,但今天我遇到了 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,内部版本:4.7.1.201609100950 SDK:5.5.1 正式版

如果您有任何包含 _(下划线)的图像,请重命名它们并重新编译您的应用程序。