{ "id": "172979", "key": "AC-6133", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2019-03-01T22:05:51.000+0000", "created": "2019-02-09T01:29:12.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2019-03-01T22:05:51.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "Hello ,\r\nWhen I try to run my project any device which has Android version is 9.0, I am getting below error. I have tried 3 different devices.\r\n\r\n{color:red}[ERROR] : Application failed to install\r\nThe current timeout is set to 240000 ms\r\nYou can increase this timeout by running: titanium.js config android.appInstallTimeout \r\n[ERROR] Application Installer abnormal process termination. Process exit value was 1{color}\r\n\r\n\r\nBut when I run my project to device that's os is Android 7.1 I am not getting any error.\r\n", "attachment": [ { "id": "66152", "filename": "Debug.txt", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-02-11T17:28:41.000+0000", "size": 75969, "mimeType": "text/plain" } ], "flagged": false, "summary": "Application failed to install Android 9", "creator": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "subtasks": [], "reporter": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "environment": " android.buildTools.selectVersion 9.0.0\r\nAppcelerator Command-Line Interface, version 7.0.9\r\nTitanium SDK 7.5.0.GA", "comment": { "comments": [ { "id": "445968", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\n\r\nThanks for sharing with us. Can you please open terminal and type:*appc run -p android -T device -l trace* and share us the logs in a separate file.", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-02-11T11:31:56.000+0000", "updated": "2019-02-11T11:31:56.000+0000" }, { "id": "445985", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "Hello Rakhi Mitro, above command output is at attachment. is it enough? [^Debug.txt] \r\n\r\n\r\n", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-02-11T17:28:47.000+0000", "updated": "2019-02-11T17:28:47.000+0000" }, { "id": "446118", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "Hello I have debug app and error as below\n\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: FATAL EXCEPTION: main\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: Process: com.sizebiz.just.live.basketball, PID: 30976\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol \"_ZN8titanium13TypeConverter18javaLongToJsNumberEPN2v87IsolateEx\" referenced by \"/data/app/com.sizebiz.just.live.basketball-hM7GU3ITietnfQjIjr15hQ==/lib/arm64/libti.ga.so\"...\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat java.lang.Runtime.loadLibrary0(Runtime.java:1016)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat java.lang.System.loadLibrary(System.java:1669)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:139)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:113)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:207)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:113)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat org.appcelerator.kroll.KrollRuntime.init(KrollRuntime.java:135)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat com.sizebiz.just.live.basketball.JustLiveBasketballApplication.onCreate(JustLiveBasketballApplication.java:159)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1155)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat android.app.ActivityThread.handleBindApplication(ActivityThread.java:5885)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat android.app.ActivityThread.access$1100(ActivityThread.java:200)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:1651)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat android.os.Handler.dispatchMessage(Handler.java:106)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat android.os.Looper.loop(Looper.java:193)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat android.app.ActivityThread.main(ActivityThread.java:6692)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat java.lang.reflect.Method.invoke(Native Method)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)\n02-14 15:58:05.212 30976 30976 E AndroidRuntime: \tat com.android.internal.os.ZygoteInit\n\n```\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: FATAL EXCEPTION: main\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: Process: com.sizebiz.just.live.basketball, PID: 10443\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol \"_ZN8titanium11KrollModule16getProxyTemplateEN2v85LocalINS1_7ContextEEE\" referenced by \"/data/app/com.sizebiz.just.live.basketball-brYMUgffwqCoZUL5AJLYhA==/lib/arm64/libfirebase.analytics.so\"...\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat java.lang.Runtime.loadLibrary0(Runtime.java:1016)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat java.lang.System.loadLibrary(System.java:1669)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:139)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:113)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:207)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:113)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.KrollRuntime.init(KrollRuntime.java:135)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat com.sizebiz.just.live.basketball.JustLiveBasketballApplication.onCreate(JustLiveBasketballApplication.java:159)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1155)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.ActivityThread.handleBindApplication(ActivityThread.java:5885)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.ActivityThread.access$1100(ActivityThread.java:200)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:1651)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.os.Handler.dispatchMessage(Handler.java:106)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.os.Looper.loop(Looper.java:193)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.ActivityThread.main(ActivityThread.java:6692)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat java.lang.reflect.Method.invoke(Native Method)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)\n```\n\nMy appc ti info as below\n\n\n```\nOperating System\n Name = Mac OS X\n Version = 10.12.6\n Architecture = 64bit\n # CPUs = 2\n Memory = 8.0GB\n\nNode.js\n Node.js Version = 11.8.0\n npm Version = 6.5.0\n\nTitanium CLI\n CLI Version = 5.1.1\n node-appc Version = 0.2.44\n\nTitanium SDKs\n 7.5.1.v20190124152315\n Version = 7.5.1\n Install Location = /Users/kerberos/Library/Application Support/Titanium/mobilesdk/osx/7.5.1.v20190124152315\n Platforms = iphone, android\n git Hash = 93a7e89867\n git Timestamp = 1/24/2019 23:29\n node-appc Version = 0.2.47\n 7.5.0.GA\n Version = 7.5.0\n Install Location = /Users/kerberos/Library/Application Support/Titanium/mobilesdk/osx/7.5.0.GA\n Platforms = iphone, android\n git Hash = 2e5a7423d0\n git Timestamp = 11/15/2018 21:52\n node-appc Version = 0.2.47\n 7.4.2.GA\n Version = 7.4.2\n Install Location = /Users/kerberos/Library/Application Support/Titanium/mobilesdk/osx/7.4.2.GA\n Platforms = iphone, android\n git Hash = 13aff1d7b4\n git Timestamp = 11/19/2018 17:54\n node-appc Version = 0.2.45\n \nMac OS X\n Command Line Tools = installed\n\nIntelĀ® Hardware Accelerated Execution Manager (HAXM)\n Not installed\n\nJava Development Kit\n Version = 1.8.0_131\n Java Home = /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home\n\nGenymotion\n Path = not found\n Genymotion Executable = not found\n Genymotion Player = not found\n Home = not found\n\nVirtualBox\n Executable = not found\n Version = unknown\n\nAndroid SDK\n Android Executable = not found\n ADB Executable = /Users/kerberos/Library/android-sdk-macosx/platform-tools/adb\n SDK Path = /Users/kerberos/Library/android-sdk-macosx\n\nAndroid NDK\n NDK Path = not found\n NDK Version = not found\n\nAndroid Platforms\n 1) android-10\n Name = Android 2.3.3 **Not supported by Titanium SDK 7.5.1.v20190124152315**\n API Level = 10\n Revision = null\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WVGA800, WVGA854\n ABIs = armeabi-v7a, x86\n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-10\n 2) android-16\n Name = Android 4.1.2 **Not supported by Titanium SDK 7.5.1.v20190124152315**\n API Level = 16\n Revision = 1\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\n ABIs = \n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-16\n 3) android-23\n Name = Android 6.0\n API Level = 23\n Revision = 3\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\n ABIs = \n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-23\n 4) android-26\n Name = Android 8.0.0\n API Level = 26\n Revision = 1\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\n ABIs = \n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-26\n 5) android-27\n Name = Android 8.1.0\n API Level = 27\n Revision = 1\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\n ABIs = \n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-27\n 6) android-28\n Name = Android 9\n API Level = 28\n Revision = 1\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\n ABIs = x86\n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-28\n\nAndroid Add-Ons\n None\n\nAndroid Emulators\n None\n\nGenymotion Emulators\n None\n\nConnected Android Devices\n None\n\nXcode\n 9.2 (build 9C40b) - Xcode default\n Install Location = /Applications/Xcode.app/Contents/Developer\n iOS SDKs = 11.2\n iOS Simulators = 11.2\n Watch SDKs = 4.2\n Watch Simulators = 4.2\n Supported by TiSDK 7.5.1.v20190124152315 = yes\n EULA Accepted = yes\n Teams = none\n \niOS Keychains\n login.keychain-db = /Users/kerberos/Library/Keychains/login.keychain-db\n System.keychain = /Library/Keychains/System.keychain\n\niOS Development Certificates\n/Users/kerberos/Library/Keychains/login.keychain-db\n Mahmut Tiyek (8R5X3KDS3C)\n Not valid before = 7/24/2018 1:31 AM\n Not valid after = 7/24/2019 1:31 AM\n\niOS App Store Distribution Certificates\n/Users/kerberos/Library/Keychains/login.keychain-db\n Mahmut Tiyek (8YDJT5V23L)\n Not valid before = 7/24/2018 1:34 AM\n Not valid after = 7/24/2019 1:34 AM\n\nApple WWDR Certificate\n Apple WWDR = installed\n\nDevelopment iOS Provisioning Profiles\n JLB Device Test\n UUID = dd61632b-405b-4ee4-a272-118a04f87c68\n App Prefix = 8YDJT5V23L\n App Id = com.sizebiz.just.live.basketball\n Date Created = 1/6/2019 3:49 AM\n Date Expired = 1/6/2020 3:49 AM\n Managed = No\n \nApp Store Distribution iOS Provisioning Profiles\n JLB Distribution\n UUID = 860a7bc0-d50e-4898-99dd-b68ed984421f\n App Prefix = 8YDJT5V23L\n App Id = com.sizebiz.just.live.basketball\n Date Created = 7/24/2018 2:05 AM\n Date Expired = 7/24/2019 1:34 AM\n Managed = No\n \nAd Hoc iOS Provisioning Profiles\n None\n\nEnterprise Ad Hoc iOS Provisioning Profiles\n None\n\niOS Simulators\n11.2\n iPad Air (ipad)\n UDID = 18A203AF-8A15-47E9-BBF8-49C055645D19\n Supports Watch Apps = no\n iPad Air 2 (ipad)\n UDID = 7E251490-150D-44E1-A797-32A53DA43465\n Supports Watch Apps = no\n iPad (5th generation) (ipad)\n UDID = 064DEEA8-AFF7-4C2E-92A6-54AFAADD1FC9\n Supports Watch Apps = no\n iPad Pro (9.7-inch) (ipad)\n UDID = 8AC72C60-6D7D-4442-8CF2-8AFB486E72B9\n Supports Watch Apps = no\n iPad Pro (12.9-inch) (ipad)\n UDID = 9856F80C-8CE1-4BAB-A85F-8B2F62377722\n Supports Watch Apps = no\n iPad Pro (12.9-inch) (2nd generation) (ipad)\n UDID = BF03F2BA-9613-49CC-A138-7D05F4B8754A\n Supports Watch Apps = no\n iPad Pro (10.5-inch) (ipad)\n UDID = A30B5957-5836-4033-9BF4-7A2DD75D7B75\n Supports Watch Apps = no\n iPhone X (iphone)\n UDID = 4D0C74B6-7C2D-4F66-8FC3-BF8CB556F985\n Supports Watch Apps = yes\n iPhone 8 (iphone)\n UDID = F60E2BEB-B408-479C-A489-8DD1D7CBCF73\n Supports Watch Apps = yes\n iPhone 8 Plus (iphone)\n UDID = E3D7CF3A-2359-49D8-B4D1-D7E646254363\n Supports Watch Apps = yes\n iPhone 5s (iphone)\n UDID = A0864645-3857-464F-A613-4165941CC8BA\n Supports Watch Apps = yes\n iPhone 6 Plus (iphone)\n UDID = 761AB25C-CE1E-46EF-BD36-731D92D063A5\n Supports Watch Apps = yes\n iPhone 6 (iphone)\n UDID = F919D335-6896-48D9-8275-D223A49519B8\n Supports Watch Apps = yes\n iPhone 6s (iphone)\n UDID = A5E0E482-9DC0-4EF2-B825-E08F6635FE6E\n Supports Watch Apps = yes\n iPhone 6s Plus (iphone)\n UDID = 3D1858E5-A7F0-4F39-A378-A1692B04E9B2\n Supports Watch Apps = yes\n iPhone SE (iphone)\n UDID = 7DC7772F-6C51-4D40-871C-E4AE46881AB5\n Supports Watch Apps = yes\n iPhone 7 (iphone)\n UDID = F676E144-AB5C-4B59-898D-EF61E648BAEA\n Supports Watch Apps = yes\n iPhone 7 Plus (iphone)\n UDID = 17EE1937-C61D-42E0-818C-49E934F3BC4B\n Supports Watch Apps = yes\n\nWatchOS Simulators\n4.2\n Apple Watch - 38mm (watch)\n UDID = 2F89A688-72D1-4219-A6AC-19DA6D5343EE\n Apple Watch - 42mm (watch)\n UDID = C2A27A27-2B8D-4EA2-AE76-CC1DB1834BBA\n Apple Watch Series 2 - 38mm (watch)\n UDID = CF951364-8B4C-4365-82A2-751B372031BE\n Apple Watch Series 2 - 42mm (watch)\n UDID = F9A877E1-0DAC-4AB9-A3EF-7897679919BE\n Apple Watch Series 3 - 38mm (watch)\n UDID = CDF6A36E-0048-418D-A600-178CF1E6C581\n Apple Watch Series 3 - 42mm (watch)\n UDID = 6EBCA80C-C0D6-475C-B1D4-FE05FA08B996\n\nConnected iOS Devices\n None\n\nAndroid Issues\n ! Unable to locate an Android NDK.\n Without the NDK, you will not be able to build native Android Titanium modules.\n If you have already downloaded and installed the Android NDK, you can tell Titanium where the\n Android NDK is located by running 'appc titanium config android.ndkPath /path/to/android-ndk',\n otherwise you can install it by running 'appc titanium setup android' or manually downloading\n from http://appcelerator.com/android-ndk.\n\n ! Android API Android 2.3.3 (android-10) is too old and is no longer supported by Titanium SDK\n 7.5.1.\n The minimum supported Android API level by Titanium SDK 7.5.1 is API level 23.\n\n ! Android API Android 4.1.2 (android-16) is too old and is no longer supported by Titanium SDK\n 7.5.1.\n The minimum supported Android API level by Titanium SDK 7.5.1 is API level 23.\n\niOS Issues\n ! Unable to find any valid iOS adhoc provisioning profiles.\n This will prevent you from packaging apps for adhoc distribution.\n You will need to log in to http://appcelerator.com/ios-dist-certs with your Apple Developer\n account, then create, download, and install a profile.\n```", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-02-16T00:03:22.000+0000", "updated": "2019-02-16T00:03:22.000+0000" }, { "id": "446367", "author": { "name": "antonioduran", "key": "antonioduran", "displayName": "Francisco Antonio Duran Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello @kerberos. \r\n\r\nhttps://docs.appcelerator.com/platform/latest/#!/guide/Titanium_CLI_Options\r\n\r\n{code:java}\r\nandroid.appInstallTimeout\r\nAvailable on Release 3.3.0 and later.\r\nTimeout in milliseconds to wait for the application to install before failing the build.\r\nDefault: 120000 (2 minutes)\r\n{code}\r\n\r\nBasically try to execute the following :\r\n\r\n{code:java}\r\nappc ti config android.appInstallTimeout 480000\r\n{code}\r\n\r\nHope it helps man..\r\n\r\n\r\n", "updateAuthor": { "name": "antonioduran", "key": "antonioduran", "displayName": "Francisco Antonio Duran Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-02-27T18:48:41.000+0000", "updated": "2019-02-27T18:48:41.000+0000" }, { "id": "446396", "author": { "name": "lawrence.wilson@abannan.com", "key": "lawrence.wilson@abannan.com", "displayName": "Lawrence Wilson", "active": true, "timeZone": "Europe/London" }, "body": "I've been getting this with SDK 7.5.1.GA when trying to install on Android 8.1 device:\r\n\r\n\r\n{code:java}\r\n2019-02-28 11:56:20.536 ? E/AndroidRuntime: FATAL EXCEPTION: main\r\n Process: uk.my.app, PID: 18366\r\n java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol \"_ZN8titanium13TypeConverter18javaLongToJsNumberEPN2v87IsolateEx\" referenced by \"/data/app/uk.my.app-QCIna75y2hedzNWMaFjpLQ==/lib/arm64/libti.ga.so\"...\r\n at java.lang.Runtime.loadLibrary0(Runtime.java:1016)\r\n at java.lang.System.loadLibrary(System.java:1657)\r\n at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:139)\r\n at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:113)\r\n at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:207)\r\n at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:113)\r\n at org.appcelerator.kroll.KrollRuntime.init(KrollRuntime.java:135)\r\n at uk.my.app.myApplication.onCreate(myApplication.java:207)\r\n at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1126)\r\n at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6097)\r\n at android.app.ActivityThread.-wrap1(Unknown Source:0)\r\n at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1791)\r\n at android.os.Handler.dispatchMessage(Handler.java:106)\r\n at android.os.Looper.loop(Looper.java:164)\r\n at android.app.ActivityThread.main(ActivityThread.java:7002)\r\n at java.lang.reflect.Method.invoke(Native Method)\r\n at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:441)\r\n at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)\r\n{code}\r\n\r\nWorks fine with 7.5.0.GA", "updateAuthor": { "name": "lawrence.wilson@abannan.com", "key": "lawrence.wilson@abannan.com", "displayName": "Lawrence Wilson", "active": true, "timeZone": "Europe/London" }, "created": "2019-02-28T14:12:20.000+0000", "updated": "2019-02-28T14:12:44.000+0000" }, { "id": "446399", "author": { "name": "antonioduran", "key": "antonioduran", "displayName": "Francisco Antonio Duran Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello. Good morning / afternoon. Adding more details about the issue related to the following message :\r\n\r\n{code:java}\r\nfailed: cannot locate symbol \"_ZN8titanium13TypeConverter18javaLongToJsNumberEPN2v87IsolateEx\" referenced by \"/data/app/com.sizebiz.just.live.basketball-hM7GU3ITietnfQjIjr15hQ==/lib/arm64/libti.ga.so\"...\r\n{code}\r\n\r\nit is related about the module of ti.ga\r\nhttps://github.com/benbahrenburg/Ti.GA\r\n\r\nThere is a thread related about that issue, but without fix yet.\r\nhttps://github.com/benbahrenburg/Ti.GA/pull/18\r\n\r\nBut basically, if we use just the following combination:\r\n{color:#f79232}{color:#205081}firebase.cloudmessaging, and the firebase.core{color}, {color:#14892c} it will work,{color} but if we use {color:#f79232}{color:#205081}firebase.cloudmessaging, firebase.core, and ti.ga{color}, {color:#d04437}it will not work{color}, so we will get the issue described above.\r\n\r\nThanks,\r\nAntonio.\r\n", "updateAuthor": { "name": "antonioduran", "key": "antonioduran", "displayName": "Francisco Antonio Duran Ramirez", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-02-28T14:38:44.000+0000", "updated": "2019-02-28T14:38:44.000+0000" }, { "id": "446401", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "Hello again, you can download sample project for issue from [Google Drive|https://drive.google.com/file/d/1S-AuQLdw9degzk-oZhn_mrVoBVg7psCM/view?usp=sharing] that was created by Francisco Antonio Duran Ramirez", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-02-28T15:13:04.000+0000", "updated": "2019-02-28T15:13:04.000+0000" }, { "id": "446454", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Closing as a duplicate of TIMOB-26871. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-03-01T22:05:22.000+0000", "updated": "2019-03-01T22:05:33.000+0000" } ], "maxResults": 10, "total": 10, "startAt": 0 } } }