[AC-6336] Android app crashes on startup when compiling after upgrade to MacOS Mojave
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2019-08-16T15:07:18.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Studio |
Labels | n/a |
Reporter | ivan@uanbai.com |
Assignee | Shak Hossain |
Created | 2019-08-14T21:58:08.000+0000 |
Updated | 2019-08-16T15:07:18.000+0000 |
Description
After upgrading to MacOS Mojave, latests Android SDK and Axway Appcelerator Studio with TItanium SDK 8.1.0 GA or 7.5.0 GA my Android App crashes upon startup. There is no code modification prior to the OS upgrade and there is no much debug output.
The most strange thing I see is that the jdwp agent cannot be loaded, I havent found more info about this
Attachments
[~ivan@uanbai.com], it's possible that we might be missing the logging info if the app crashes early on, could you maybe try capturing and viewing the logs via [adb logcat](https://developer.android.com/studio/command-line/logcat) to see if there is any extra info there. If you've updated the Android SDK it might be caused by that?
Hi Ewan, Last night I was checking out the adb logcat log and found that I was having a conflict with Google Firebase Core libs, I upgraded it a few hours ago and now it start working again. Thanks!