Titanium Studio表现得很奇怪。当我尝试编译并运行项目时,它会停止并在安装应用程序时失败。这样做时会出现此错误:
[ERROR] : Failed to package application:
[ERROR] :
[ERROR] : res/drawable/Icon.png: Invalid file name: must contain only [a-z0-9_.]
[ERROR] Application Installer abnormal process termination. Process exit value was 1
现在我进入了Titanium_studio_workspace / MY_APP / build / android / res / drawable的文件路径,并将Icon.png更改为icon.png。但在这样做之后,我点击了运行,它再次在安装应用程序时失败并给了我这个错误:
[ERROR] : Failed to package application:
[ERROR] :
[ERROR] : /Users/ebads/Desktop/workspace/MY_APP/build/android/AndroidManifest.xml:4: error: Error: No resource found that matches the given name (at 'icon' with value '@drawable/Icon').
[ERROR] Application Installer abnormal process termination. Process exit value was 1
我进入/MY_APP/build/android/AndroidManifest.xml并将XML中的拼写错误从Icon更改为icon。你猜怎么着?再次点击运行后,我再次得到第一个错误,当我检查路径Titanium_studio_workspace / MY_APP / build / android / res / drawable时,icon.png变回Icon.png !! Titanium Studio改回来了。我怎样才能解决这个问题?
注意:我使用的是Titanium Studio 3.2.3GA。该应用程序是跨平台的,使用iPad模拟器时工作正常。我尝试在运行4.4 KitKat的Nexus 10 Android平板电脑上安装/运行该应用。不确定这些信息是否有帮助。
编辑:我只想提一下代码是专有的。答案 0 :(得分:0)
我自己想通了。您必须确保上述文件路径中的文件名也必须在tiapp.xml文件中以相同的方式拼写。