0
AndroidプロジェクトをKony Studio 5.6.2でビルドする際に問題が発生しています。以下はエラー情報です:Kony Studio 5.6.2でAndroidのビルドエラー
[exec-shell]
[exec-shell] -code-gen:
[exec-shell] [mergemanifest] Merging AndroidManifest files into one.
[exec-shell] [mergemanifest] Manifest merger disabled. Using project manifest only.
[exec-shell] [echo] Handling aidl files...
[exec-shell] [aidl] No AIDL files to compile.
[exec-shell] [echo] ----------
[exec-shell] [echo] Handling RenderScript files...
[exec-shell] [echo] ----------
[exec-shell] [echo] Handling Resources...
[exec-shell] [aapt] Generating resource IDs...
[exec-shell] [aapt] /Users/mobile/mbanking-client/temp/MobileApp/build/luaandroid/dist/MobileBanking/res/drawable/line_divider.xml:9: error: Error: No resource found that matches the given name (at 'color' with value '@color/divider_grey').
[exec-shell] [aapt]
[exec-shell]
[exec-shell] BUILD FAILED
[exec-shell] /Users/mobile/Library/Android/sdk/tools/ant/build.xml:649: The following error occurred while executing this line:
[exec-shell] /Users/mobile/Library/Android/sdk/tools/ant/build.xml:694: null returned: 1
[exec-shell]
[exec-shell] Total time: 5 seconds
[11-03-2016 10:34:03]Ant build error=exec-shell returned: 1
[11-03-2016 10:34:03]Build Generation failed for platform Android.
[11-03-2016 10:34:03]Total time taken: 190146 ms
[11-03-2016 10:34:03]Total time taken: 190343 ms
[11-03-2016 10:34:03]Build Generation is successful for all the selected platforms
[11-03-2016 10:34:03]<-----------Build Generation job is completed--------------->
誰かが助けてくれると思いますか?
ありがとうございます。
ワークスペースをリフレッシュします。プロジェクトをリフレッシュします。コニーを出る。ビルドが作成される一時フォルダを削除します。 Konyを再起動します。クリーン&ビルド。それは通常konyのこのような問題を修正すべきです。しかし、これは同じ問題を扱う質問ですが、Androidでは:http://stackoverflow.com/questions/34628092/no-resource-found-that-matches-the-given-name-at-color-withvalue -color-com –