Android用のTitaniumモジュールをパッケージ化する方法を知っている人はいますか? Titanium モジュールをパッケージ化しようとするたびに、エラーが発生します。ここに私のログ出力があります:
Executing build.xml...
/Library/Application Support/Titanium/mobilesdk/osx/2.1.4.GA/module/android/build.xml:362: The following error occurred while executing this line:
/Library/Application Support/Titanium/mobilesdk/osx/2.1.4.GA/module/android/build.xml:317: exec returned: 2You may need to install the Command Line Tools package through XCode, in case you haven't done so yet.
これが私のコンピューターの仕様です:
- Mac OS X Snow Leopard
- チタニウム 2.1.4GA
- X コード 3.0
これは私のbuild.propertiesです:
titanium.platform=D:\\Users\\Administrator\\AppData\\Roaming\\Titanium\\mobilesdk\\win32\\2.1.4.GA\\android
android.platform=C:\\DeveloperFolder\\adt-bundle-windows-x86_64\\adt-bundle-windows\\sdk\\platforms\\android-8
google.apis=C:\\DeveloperFolder\\adt-bundle-windows-x86_64\\adt-bundle-windows\\sdk\\add-ons\\addon-google_apis-google-8
誰もそれを解決する方法を知っていますか? どうもありがとう。