1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Titanim MobuleのAndroid Moduleビルドがうまくいかないとき

Last updated at Posted at 2015-04-19

Titanium Mobileのモジュール(Android)ビルドが上手くいかないときの対処法。

BUILD FAILED
/Users/[User name]/Library/Application Support/Titanium/mobilesdk/osx/3.5.1.GA/module/android/build.xml:354: The following error occurred while executing this line:
/Users/[User name]/Library/Application Support/Titanium/mobilesdk/osx/3.5.1.GA/module/android/build.xml:356: There is discrepancy between the architectures specified in manifest and compiled binary.

こういうエラーが出るとき、manifestに

architectures: armeabi armeabi-v7a x86

と付け加えるだけでビルドは通るようになる。
テンプレートとビルドオプションの不整合が原因かな?

参考URL:
http://markfour.blogspot.jp/2015/04/titanium-mobile-android-351ga.html

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?