{ "id": "173011", "key": "TIMOB-26871", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2019-03-12T16:12:53.000+0000", "created": "2019-02-16T15:35:17.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "7.5.0.GA", "android", "cli", "javaLongToJsNumber" ], "versions": [], "issuelinks": [], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2019-04-27T20:22:49.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Hello I am getting below error. Modules is working on emulator but not working on devices like Xiaomi MIA2. 2 modules gives smiliar error. When disable modules everthing is ok. I was trying to solve since 1 month. I have tried sdk 7.4.x too\r\n\r\n```\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: FATAL EXCEPTION: main\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: Process: com.sizebiz.just.live.basketball, PID: 10443\r\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\"...\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat java.lang.Runtime.loadLibrary0(Runtime.java:1016)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat java.lang.System.loadLibrary(System.java:1669)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:139)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:113)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:207)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:113)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat org.appcelerator.kroll.KrollRuntime.init(KrollRuntime.java:135)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat com.sizebiz.just.live.basketball.JustLiveBasketballApplication.onCreate(JustLiveBasketballApplication.java:159)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1155)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.ActivityThread.handleBindApplication(ActivityThread.java:5885)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.ActivityThread.access$1100(ActivityThread.java:200)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:1651)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.os.Handler.dispatchMessage(Handler.java:106)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.os.Looper.loop(Looper.java:193)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat android.app.ActivityThread.main(ActivityThread.java:6692)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat java.lang.reflect.Method.invoke(Native Method)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)\r\n02-14 17:32:05.534 10443 10443 E AndroidRuntime: \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)\r\n```\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: FATAL EXCEPTION: main\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: Process: com.sizebiz.just.live.basketball, PID: 13804\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol \"_ZN8titanium13TypeConverter18javaLongToJsNumberEPN2v87IsolateEx\" referenced by \"/data/app/com.sizebiz.just.live.basketball-RC7RJeH7thll-qM3q0WuKQ==/lib/arm64/libti.ga.so\"...\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1016)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at java.lang.System.loadLibrary(System.java:1669)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at org.appcelerator.kroll.runtime.v8.V8Runtime.loadExternalModules(V8Runtime.java:139)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(V8Runtime.java:113)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at org.appcelerator.kroll.KrollRuntime.doInit(KrollRuntime.java:207)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:113)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at org.appcelerator.kroll.KrollRuntime.init(KrollRuntime.java:135)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at com.sizebiz.just.live.basketball.JustLiveBasketballApplication.onCreate(JustLiveBasketballApplication.java:159)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1155)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5885)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at android.app.ActivityThread.access$1100(ActivityThread.java:200)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1651)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6692)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)\r\n\r\n02-12 12:54:37.901 13804 13804 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)", "attachment": [], "flagged": false, "summary": "Fatal Error for Android 9 (Pie)", "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": "Operating System\r\n Name = Mac OS X\r\n Version = 10.12.6\r\n Architecture = 64bit\r\n # CPUs = 2\r\n Memory = 8.0GB\r\n\r\nNode.js\r\n Node.js Version = 11.8.0\r\n npm Version = 6.5.0\r\n\r\nTitanium CLI\r\n CLI Version = 5.1.1\r\n node-appc Version = 0.2.44\r\n\r\nTitanium SDKs\r\n 7.5.1.v20190124152315\r\n Version = 7.5.1\r\n Install Location = /Users/kerberos/Library/Application Support/Titanium/mobilesdk/osx/7.5.1.v20190124152315\r\n Platforms = iphone, android\r\n git Hash = 93a7e89867\r\n git Timestamp = 1/24/2019 23:29\r\n node-appc Version = 0.2.47\r\n 7.5.0.GA\r\n Version = 7.5.0\r\n Install Location = /Users/kerberos/Library/Application Support/Titanium/mobilesdk/osx/7.5.0.GA\r\n Platforms = iphone, android\r\n git Hash = 2e5a7423d0\r\n git Timestamp = 11/15/2018 21:52\r\n node-appc Version = 0.2.47\r\n 7.4.2.GA\r\n Version = 7.4.2\r\n Install Location = /Users/kerberos/Library/Application Support/Titanium/mobilesdk/osx/7.4.2.GA\r\n Platforms = iphone, android\r\n git Hash = 13aff1d7b4\r\n git Timestamp = 11/19/2018 17:54\r\n node-appc Version = 0.2.45\r\n \r\nMac OS X\r\n Command Line Tools = installed\r\n\r\nIntelĀ® Hardware Accelerated Execution Manager (HAXM)\r\n Not installed\r\n\r\nJava Development Kit\r\n Version = 1.8.0_131\r\n Java Home = /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home\r\n\r\nGenymotion\r\n Path = not found\r\n Genymotion Executable = not found\r\n Genymotion Player = not found\r\n Home = not found\r\n\r\nVirtualBox\r\n Executable = not found\r\n Version = unknown\r\n\r\nAndroid SDK\r\n Android Executable = not found\r\n ADB Executable = /Users/kerberos/Library/android-sdk-macosx/platform-tools/adb\r\n SDK Path = /Users/kerberos/Library/android-sdk-macosx\r\n\r\nAndroid NDK\r\n NDK Path = not found\r\n NDK Version = not found\r\n\r\nAndroid Platforms\r\n 1) android-10\r\n Name = Android 2.3.3 **Not supported by Titanium SDK 7.5.1.v20190124152315**\r\n API Level = 10\r\n Revision = null\r\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WVGA800, WVGA854\r\n ABIs = armeabi-v7a, x86\r\n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-10\r\n 2) android-16\r\n Name = Android 4.1.2 **Not supported by Titanium SDK 7.5.1.v20190124152315**\r\n API Level = 16\r\n Revision = 1\r\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\r\n ABIs = \r\n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-16\r\n 3) android-23\r\n Name = Android 6.0\r\n API Level = 23\r\n Revision = 3\r\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\r\n ABIs = \r\n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-23\r\n 4) android-26\r\n Name = Android 8.0.0\r\n API Level = 26\r\n Revision = 1\r\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\r\n ABIs = \r\n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-26\r\n 5) android-27\r\n Name = Android 8.1.0\r\n API Level = 27\r\n Revision = 1\r\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\r\n ABIs = \r\n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-27\r\n 6) android-28\r\n Name = Android 9\r\n API Level = 28\r\n Revision = 1\r\n Skins = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in\r\n ABIs = x86\r\n Path = /Users/kerberos/Library/android-sdk-macosx/platforms/android-28\r\n\r\nAndroid Add-Ons\r\n None\r\n\r\nAndroid Emulators\r\n None\r\n\r\nGenymotion Emulators\r\n None\r\n\r\nConnected Android Devices\r\n None\r\n\r\nXcode\r\n 9.2 (build 9C40b) - Xcode default\r\n Install Location = /Applications/Xcode.app/Contents/Developer\r\n iOS SDKs = 11.2\r\n iOS Simulators = 11.2\r\n Watch SDKs = 4.2\r\n Watch Simulators = 4.2\r\n Supported by TiSDK 7.5.1.v20190124152315 = yes\r\n EULA Accepted = yes\r\n Teams = none\r\n \r\niOS Keychains\r\n login.keychain-db = /Users/kerberos/Library/Keychains/login.keychain-db\r\n System.keychain = /Library/Keychains/System.keychain\r\n\r\niOS Development Certificates\r\n/Users/kerberos/Library/Keychains/login.keychain-db\r\n Mahmut Tiyek (8R5X3KDS3C)\r\n Not valid before = 7/24/2018 1:31 AM\r\n Not valid after = 7/24/2019 1:31 AM\r\n\r\niOS App Store Distribution Certificates\r\n/Users/kerberos/Library/Keychains/login.keychain-db\r\n Mahmut Tiyek (8YDJT5V23L)\r\n Not valid before = 7/24/2018 1:34 AM\r\n Not valid after = 7/24/2019 1:34 AM\r\n\r\nApple WWDR Certificate\r\n Apple WWDR = installed\r\n\r\nDevelopment iOS Provisioning Profiles\r\n JLB Device Test\r\n UUID = dd61632b-405b-4ee4-a272-118a04f87c68\r\n App Prefix = 8YDJT5V23L\r\n App Id = com.sizebiz.just.live.basketball\r\n Date Created = 1/6/2019 3:49 AM\r\n Date Expired = 1/6/2020 3:49 AM\r\n Managed = No\r\n \r\nApp Store Distribution iOS Provisioning Profiles\r\n JLB Distribution\r\n UUID = 860a7bc0-d50e-4898-99dd-b68ed984421f\r\n App Prefix = 8YDJT5V23L\r\n App Id = com.sizebiz.just.live.basketball\r\n Date Created = 7/24/2018 2:05 AM\r\n Date Expired = 7/24/2019 1:34 AM\r\n Managed = No\r\n \r\nAd Hoc iOS Provisioning Profiles\r\n None\r\n\r\nEnterprise Ad Hoc iOS Provisioning Profiles\r\n None\r\n\r\niOS Simulators\r\n11.2\r\n iPad Air (ipad)\r\n UDID = 18A203AF-8A15-47E9-BBF8-49C055645D19\r\n Supports Watch Apps = no\r\n iPad Air 2 (ipad)\r\n UDID = 7E251490-150D-44E1-A797-32A53DA43465\r\n Supports Watch Apps = no\r\n iPad (5th generation) (ipad)\r\n UDID = 064DEEA8-AFF7-4C2E-92A6-54AFAADD1FC9\r\n Supports Watch Apps = no\r\n iPad Pro (9.7-inch) (ipad)\r\n UDID = 8AC72C60-6D7D-4442-8CF2-8AFB486E72B9\r\n Supports Watch Apps = no\r\n iPad Pro (12.9-inch) (ipad)\r\n UDID = 9856F80C-8CE1-4BAB-A85F-8B2F62377722\r\n Supports Watch Apps = no\r\n iPad Pro (12.9-inch) (2nd generation) (ipad)\r\n UDID = BF03F2BA-9613-49CC-A138-7D05F4B8754A\r\n Supports Watch Apps = no\r\n iPad Pro (10.5-inch) (ipad)\r\n UDID = A30B5957-5836-4033-9BF4-7A2DD75D7B75\r\n Supports Watch Apps = no\r\n iPhone X (iphone)\r\n UDID = 4D0C74B6-7C2D-4F66-8FC3-BF8CB556F985\r\n Supports Watch Apps = yes\r\n iPhone 8 (iphone)\r\n UDID = F60E2BEB-B408-479C-A489-8DD1D7CBCF73\r\n Supports Watch Apps = yes\r\n iPhone 8 Plus (iphone)\r\n UDID = E3D7CF3A-2359-49D8-B4D1-D7E646254363\r\n Supports Watch Apps = yes\r\n iPhone 5s (iphone)\r\n UDID = A0864645-3857-464F-A613-4165941CC8BA\r\n Supports Watch Apps = yes\r\n iPhone 6 Plus (iphone)\r\n UDID = 761AB25C-CE1E-46EF-BD36-731D92D063A5\r\n Supports Watch Apps = yes\r\n iPhone 6 (iphone)\r\n UDID = F919D335-6896-48D9-8275-D223A49519B8\r\n Supports Watch Apps = yes\r\n iPhone 6s (iphone)\r\n UDID = A5E0E482-9DC0-4EF2-B825-E08F6635FE6E\r\n Supports Watch Apps = yes\r\n iPhone 6s Plus (iphone)\r\n UDID = 3D1858E5-A7F0-4F39-A378-A1692B04E9B2\r\n Supports Watch Apps = yes\r\n iPhone SE (iphone)\r\n UDID = 7DC7772F-6C51-4D40-871C-E4AE46881AB5\r\n Supports Watch Apps = yes\r\n iPhone 7 (iphone)\r\n UDID = F676E144-AB5C-4B59-898D-EF61E648BAEA\r\n Supports Watch Apps = yes\r\n iPhone 7 Plus (iphone)\r\n UDID = 17EE1937-C61D-42E0-818C-49E934F3BC4B\r\n Supports Watch Apps = yes\r\n\r\nWatchOS Simulators\r\n4.2\r\n Apple Watch - 38mm (watch)\r\n UDID = 2F89A688-72D1-4219-A6AC-19DA6D5343EE\r\n Apple Watch - 42mm (watch)\r\n UDID = C2A27A27-2B8D-4EA2-AE76-CC1DB1834BBA\r\n Apple Watch Series 2 - 38mm (watch)\r\n UDID = CF951364-8B4C-4365-82A2-751B372031BE\r\n Apple Watch Series 2 - 42mm (watch)\r\n UDID = F9A877E1-0DAC-4AB9-A3EF-7897679919BE\r\n Apple Watch Series 3 - 38mm (watch)\r\n UDID = CDF6A36E-0048-418D-A600-178CF1E6C581\r\n Apple Watch Series 3 - 42mm (watch)\r\n UDID = 6EBCA80C-C0D6-475C-B1D4-FE05FA08B996\r\n\r\nConnected iOS Devices\r\n None\r\n\r\nAndroid Issues\r\n ! Unable to locate an Android NDK.\r\n Without the NDK, you will not be able to build native Android Titanium modules.\r\n If you have already downloaded and installed the Android NDK, you can tell Titanium where the\r\n Android NDK is located by running 'appc titanium config android.ndkPath /path/to/android-ndk',\r\n otherwise you can install it by running 'appc titanium setup android' or manually downloading\r\n from http://appcelerator.com/android-ndk.\r\n\r\n ! Android API Android 2.3.3 (android-10) is too old and is no longer supported by Titanium SDK\r\n 7.5.1.\r\n The minimum supported Android API level by Titanium SDK 7.5.1 is API level 23.\r\n\r\n ! Android API Android 4.1.2 (android-16) is too old and is no longer supported by Titanium SDK\r\n 7.5.1.\r\n The minimum supported Android API level by Titanium SDK 7.5.1 is API level 23.\r\n\r\niOS Issues\r\n ! Unable to find any valid iOS adhoc provisioning profiles.\r\n This will prevent you from packaging apps for adhoc distribution.\r\n You will need to log in to http://appcelerator.com/ios-dist-certs with your Apple Developer\r\n account, then create, download, and install a profile.", "closedSprints": [ { "id": 824, "state": "closed", "name": "2017 Sprint 16 Platform", "startDate": "2017-07-29T00:00:37.248Z", "endDate": "2017-08-12T00:00:00.000Z", "completeDate": "2019-03-14T20:37:14.311Z", "originBoardId": 200 } ], "comment": { "comments": [ { "id": "446120", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello [~Kerbooo], What module you are using? Is it a titanium module or a third party. module. Share with us more details. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-02-16T17:09:06.000+0000", "updated": "2019-02-16T17:09:06.000+0000" }, { "id": "446121", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "All modules list as below\r\n- av.imageview\r\n- bencoding.android.tools\r\n- firebase.cloudmessaging\r\n- firebase.core\r\n- ti.android.admob\r\n- ti.ga\r\n\r\nIssue occurs just on Android 9 (Pie) other android verison no error. For example 8.0 or 7.1. and no error on ios too.", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-02-16T17:14:17.000+0000", "updated": "2019-02-16T17:14:17.000+0000" }, { "id": "446131", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\n\r\nThanks for letting us know. It would be better if you can share a simple test project to reproduce the issue on our end.", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-02-18T09:03:42.000+0000", "updated": "2019-02-18T09:03:42.000+0000" }, { "id": "446136", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "My project is very huge. I don't have simple project but modules versions as below\r\n\r\n \r\n ti.playservices\r\n ti.module.share\r\n bencoding.android.tools\r\n ti.admob\r\n av.imageview\r\n av.imageview\r\n firebase.cloudmessaging\r\n firebase.cloudmessaging\r\n firebase.core\r\n firebase.core\r\n ti.android.admob\r\n ti.ga\r\n ti.ga\r\n ", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-02-18T11:24:49.000+0000", "updated": "2019-02-18T11:24:49.000+0000" }, { "id": "446148", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\n\r\nThanks for your feedback. Do the following:\r\n\r\n1. Create a new project via studio\r\n2. Include all the modules and try to require all the module on an app.js file\r\n3. Build your project and let us know the results.\r\n\r\n", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-02-19T10:03:29.000+0000", "updated": "2019-02-19T10:03:29.000+0000" }, { "id": "446352", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "Hello again, my ti.playservices version was 11.0.40 I upgraded it to 16.1.2. After that error changed to as below\r\n\r\n\r\n{code:java}\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: FATAL EXCEPTION: main\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: Process: com.sizebiz.just.live.basketball, PID: 12645\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/internal/zzbo;\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source:2)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat android.app.ActivityThread.installProvider(ActivityThread.java:6414)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat android.app.ActivityThread.installContentProviders(ActivityThread.java:5961)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat android.app.ActivityThread.handleBindApplication(ActivityThread.java:5867)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat android.app.ActivityThread.access$1100(ActivityThread.java:200)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:1651)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat android.os.Handler.dispatchMessage(Handler.java:106)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat android.os.Looper.loop(Looper.java:193)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat android.app.ActivityThread.main(ActivityThread.java:6692)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat java.lang.reflect.Method.invoke(Native Method)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class \"com.google.android.gms.common.internal.zzbo\" on path: DexPathList[[zip file \"/system/framework/org.apache.http.legacy.boot.jar\", zip file \"/data/app/com.sizebiz.just.live.basketball-Rn8Kb-p0JpC_xcova1olLg==/base.apk\"],nativeLibraryDirectories=[/data/app/com.sizebiz.just.live.basketball-Rn8Kb-p0JpC_xcova1olLg==/lib/arm64, /data/app/com.sizebiz.just.live.basketball-Rn8Kb-p0JpC_xcova1olLg==/base.apk!/lib/arm64-v8a, /system/lib64]]\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat java.lang.ClassLoader.loadClass(ClassLoader.java:379)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \tat java.lang.ClassLoader.loadClass(ClassLoader.java:312)\r\n02-27 13:00:30.485 12645 12645 E AndroidRuntime: \t... 12 more\r\n02-27 13:00:30.487 2047 9545 W ActivityManager: Force finishing activity com.sizebiz.just.live.basketball/.JustLiveBasketballActivity\r\n{code}\r\n", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-02-27T10:16:19.000+0000", "updated": "2019-02-27T10:20:41.000+0000" }, { "id": "446353", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\n\r\nThanks for sharing with us. Did you follow the suggested steps and get this error? ", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-02-27T10:19:54.000+0000", "updated": "2019-02-27T10:19:54.000+0000" }, { "id": "446356", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "Yes but result is same. Please help me. I can't solve this issue since 2 months. ", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-02-27T13:27:50.000+0000", "updated": "2019-02-27T13:27:50.000+0000" }, { "id": "446371", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello [~Kerbooo], There is now way for us to investigate and find the root cause of the issue unless we are able to test the issue. Looks like you are using multiple third-party modules. We need a sample project that has all the module inside and able to reproduce the issue. Also, you said this is causing the issue in the device Xiaomi MIA2. 2. Can you try with a different device with the Android 9? Also, try with SDK 8.0.0 master builds for your test. Thanks. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-02-27T19:59:00.000+0000", "updated": "2019-02-27T19:59:00.000+0000" }, { "id": "446372", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "Yes I am getting so many feedback from different Android 9 owner users from Google Play console. Every users say same things. I will create sample project for you. Thank you for your feedback.", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-02-27T20:33:30.000+0000", "updated": "2019-02-27T20:33:30.000+0000" }, { "id": "446400", "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\n{code:java}\r\nhttps://github.com/benbahrenburg/Ti.GA/pull/18\r\n{code}\r\n\r\nBut basically, if we use just the following combination:\r\n{color:#f79232}firebase.cloudmessaging, and the firebase.core,{color}{color:#8eb021} it will work{color}, but if we use {color:#f79232}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:41:20.000+0000", "updated": "2019-02-28T14:41:20.000+0000" }, { "id": "446402", "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:14:32.000+0000", "updated": "2019-02-28T15:16:24.000+0000" }, { "id": "446572", "author": { "name": "Andrea.Vitale", "key": "andrea.vitale", "displayName": "Andrea Vitale", "active": true, "timeZone": "Europe/Berlin" }, "body": "Same issue here also on Android 8. Could you please provide a quick workaround? Our app is already in production :-(", "updateAuthor": { "name": "Andrea.Vitale", "key": "andrea.vitale", "displayName": "Andrea Vitale", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-03-06T08:24:19.000+0000", "updated": "2019-03-06T08:24:19.000+0000" }, { "id": "446585", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": " My app is already in production too. I am getting this issue since 2 months.", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-03-06T16:07:50.000+0000", "updated": "2019-03-06T16:07:50.000+0000" }, { "id": "446591", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "I've compile a Ti.GA version that is using the 11.0.40 libraries for analytis: http://migaweb.de/ti.ga-android-4.0.2.zip\r\nCan you test that? I'm getting a fcm token + the ga log. Only downside: I'm using Android 7 :)", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-03-06T17:32:02.000+0000", "updated": "2019-03-06T17:32:02.000+0000" }, { "id": "446613", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "Thank you very much Michael Gangolf. Yes this ti.ga version is working.", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-03-07T14:03:08.000+0000", "updated": "2019-03-07T14:03:08.000+0000" }, { "id": "446639", "author": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "body": "Hello again Michael Gangolf. \r\n\r\nti.ga version 4.0.2 gives as {color:red}\"FA: Missing google_app_id. Firebase Analytics disabled. See https://goo.gl/NAOOOI\"{color} error on console. \r\n\r\nit is important or not?\r\n\r\nThank you in advance.", "updateAuthor": { "name": "Kerbooo", "key": "kerbooo", "displayName": "Kerberos", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2019-03-08T09:56:43.000+0000", "updated": "2019-03-08T09:56:43.000+0000" }, { "id": "446768", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This issue is due to using an old module that's incompatible with the latest SDK. [~michael] has built a newer version, fixing the compatibility issue.\r\n\r\nClosing, since this is not a Titanium SDK issue.", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-03-12T16:12:53.000+0000", "updated": "2019-03-12T16:12:53.000+0000" }, { "id": "447967", "author": { "name": "luiscript", "key": "luiscript", "displayName": "Luis F. Garcia", "active": true, "timeZone": "America/Mexico_City" }, "body": "Hello, \r\n\r\nI'm having the same problem. I did a quick research about this and it is not happening because of old modules. It's easy to confirm, just *create a new project with no modules and try to install it into an Android 9 device*, it will fail with this timeout error.\r\n\r\n[ERROR] : Application failed to install\r\nThe current timeout is set to 240000 ms\r\n\r\nI'm using sdk 8.0.0.GA with Android API 28 on a Mac with the same Xiaomi MI A2 Lite device with Android 9.\r\n\r\n*adb install* is failing for some reason. Just for the record, I built and installed the app manually and is working, but is not posible to install it during development for debugging, adb recognizes my device and is properly configured for development.\r\n\r\nThis issue [#AC-6133] was closed because it was considered a duplicate of this, I'm now sure if that's the case, my problem looks more like [#AC-6133] than the current.", "updateAuthor": { "name": "luiscript", "key": "luiscript", "displayName": "Luis F. Garcia", "active": true, "timeZone": "America/Mexico_City" }, "created": "2019-04-25T23:44:08.000+0000", "updated": "2019-04-25T23:44:08.000+0000" }, { "id": "448022", "author": { "name": "luiscript", "key": "luiscript", "displayName": "Luis F. Garcia", "active": true, "timeZone": "America/Mexico_City" }, "body": "Hello again.\r\n\r\nThis seems to be a known Android issue. Basically you just need to add the following to your ~/.profile or ~/.bash_profile:\r\n\r\n{code:java}\r\nexport _JAVA_OPTIONS=\"-Djava.net.preferIPv6Addresses=true\"\r\n{code}\r\n\r\nPlease check my answer in [stackoverflow|https://stackoverflow.com/questions/54607804/application-failed-to-install-android-9-pie/] for more details.", "updateAuthor": { "name": "luiscript", "key": "luiscript", "displayName": "Luis F. Garcia", "active": true, "timeZone": "America/Mexico_City" }, "created": "2019-04-27T20:22:49.000+0000", "updated": "2019-04-27T20:22:49.000+0000" } ], "maxResults": 22, "total": 22, "startAt": 0 } } }