[AC-6215] Application built using 8.0.0.GA don't run on Android 7.0 (API 24) and 7.1(API 25)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2019-05-01T22:37:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | 8.0.0, Android |
Reporter | David BARAN |
Assignee | Shak Hossain |
Created | 2019-04-18T15:22:46.000+0000 |
Updated | 2019-05-01T22:37:37.000+0000 |
Description
My application does not run on Android 7.0 and 7.1 whereas it run without problem on Android 6.0, 8.0 and 9.0 and iOS 12. Tested on Genymotion emulator and real devices.
When I try to run it, I have following logs :
-- Start application log -----------------------------------------------------
[WARN] art: Unexpected CPU variant for X86 using defaults: x86
[INFO] TiApplication: (main) [0,0] checkpoint, app created.
[INFO] MultiDex: VM with version 2.1.0 has multidex support
[INFO] MultiDex: Installing application
[INFO] MultiDex: VM has multidex support, MultiDex support library is disabled.
[INFO] TiApplication: (main) [282,282] Analytics have been disabled
[INFO] art: Background partial concurrent mark sweep GC freed 109185(6MB) AllocSpace objects, 3(900KB) LOS objects, 40% free, 9MB/15MB, paused 212us total 209.213ms
[INFO] art: Starting a blocking GC HeapTrim
[INFO] art: Debugger is no longer active
[INFO] art: Starting a blocking GC Instrumentation
Hello, Can you please send a demo app that reproduces the issue in Android 7 and 7.1? we will try on our end. Thanks.