{ "id": "168615", "key": "AC-5057", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2017-07-12T21:44:22.000+0000", "created": "2017-06-26T20:40:02.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-12T21:44:22.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "14552", "name": "Appcelerator CLI", "description": "Please enter tickets related to Tooling and the CLI here" }, { "id": "14551", "name": "Studio", "description": "Please enter tickets related to Titanium Studio here." } ], "description": "Hello,\r\n\r\nI am trying to upgrade one of our Android modules for V8 support as documented, and its failing with errors that I do not understand. \r\n\r\nI am trying to build the module with this SDK, using ti build -p android --build-only\r\nhttps://tokbox.com/developer/sdks/android/\r\n\r\nI was hoping that someone could help me pinpoint what is causing the failure, there seems to be some references to V8 in the error log, but Im not sure if its on the Appcelerator side or the Tokbox SDK side.\r\n\r\nPlease see below for logcat error and let me know if you have any questions.\r\n\r\nThanks!\r\n\r\n{noformat}\r\n[ERROR] Failed to run ndk-build\r\n[ERROR]\r\n[ERROR] jni/Android.mk:35: warning: overriding commands for target `/Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/KrollGeneratedBindings.cpp'\r\n[ERROR] jni/Android.mk:35: warning: ignoring old commands for target `/Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/KrollGeneratedBindings.cpp'\r\n[ERROR] jni/Android.mk:35: warning: overriding commands for target `/Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/KrollGeneratedBindings.cpp'\r\n[ERROR] jni/Android.mk:35: warning: ignoring old commands for target `/Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/KrollGeneratedBindings.cpp'\r\n[ERROR] jni/Android.mk:35: warning: overriding commands for target `/Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/KrollGeneratedBindings.cpp'\r\n[ERROR] jni/Android.mk:35: warning: ignoring old commands for target `/Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/KrollGeneratedBindings.cpp'\r\n[ERROR] In file included from jni/../OpentokBootstrap.cpp:19:0:\r\n[ERROR] /Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/KrollGeneratedBindings.gperf:19:28: warning: declaration 'struct titanium::bindings::BindEntry' does not declare anything [enabled by default]\r\n[ERROR] struct titanium::bindings::BindEntry;\r\n[ERROR] ^\r\n[ERROR] In file included from jni/../OpentokBootstrap.cpp:19:0:\r\n[ERROR] /Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/KrollGeneratedBindings.gperf:19:28: warning: declaration 'struct titanium::bindings::BindEntry' does not declare anything [enabled by default]\r\n[ERROR] struct titanium::bindings::BindEntry;\r\n[ERROR] ^\r\n[ERROR] In file included from jni/../OpentokBootstrap.cpp:19:0:\r\n[ERROR] /Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/KrollGeneratedBindings.gperf:19:28: warning: declaration 'struct titanium::bindings::BindEntry' does not declare anything\r\n[ERROR] struct titanium::bindings::BindEntry;\r\n[ERROR] ^\r\n[ERROR] /Users/eharms/Applications/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/darwin-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9/../../../../aarch64-linux-android/bin/ld: cannot find -lkroll-v8\r\n[ERROR] collect2: error: ld returned 1 exit status\r\n[ERROR] make: *** [/Users/eharms/Documents/Appcelerator_Studio_Workspace/tiopentokv6/android/build/generated/obj/local/arm64-v8a/libcom.tokbox.ti.opentok.so] Error 1\r\n{noformat}\r\n", "attachment": [], "flagged": false, "summary": "Error building Android module, upgrade for V8 support", "creator": { "name": "eric.harms@gmail.com", "key": "eric.harms@gmail.com", "displayName": "eric harms", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "eric.harms@gmail.com", "key": "eric.harms@gmail.com", "displayName": "eric harms", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "macbook pro\r\nSierra 10.12.5\r\nXcode 8.3.3\r\nAppc 6.0.4.GA\r\nCLI 5.0.9\r\nNode 4.2.2 (also tried v6.9.2)\r\n\r\nbuild properties\r\ntitanium.platform=/Users/xxxxx/Library/Application Support/Titanium/mobilesdk/osx/6.0.4.GA/android\r\nandroid.platform=/Users/xxxxx/Library/Android/sdk/platforms/android-23\r\ngoogle.apis=/Users/xxxxx/Library/Android/sdk/add-ons/addon-google_apis-google-23\r\nandroid.ndk=/Users/xxxxx/Applications/android-ndk-r10e", "comment": { "comments": [ { "id": "423341", "author": { "name": "aislam", "key": "aislam", "displayName": "Aminul Islam", "active": false, "timeZone": "Etc/GMT-6" }, "body": "Hi,\r\nThanks for reaching us. Could you please share with us *manifest* file of your android module? Latest SDK support following architectures only. \r\n{code}\r\narchitectures: armeabi-v7a x86\r\n{code}\r\nAppcelerator has released the version of Titanium SDK 6. With it, we have updated the V8 engine used on Android.\r\nRegards,\r\nAminul ", "updateAuthor": { "name": "aislam", "key": "aislam", "displayName": "Aminul Islam", "active": false, "timeZone": "Etc/GMT-6" }, "created": "2017-07-03T15:39:19.000+0000", "updated": "2017-07-03T15:46:23.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }