Peter J. 0 Posted January 7 (edited) I ran my Android 64-bit app. The splash screen hanged without giving any error. Running a blank app is ok. What is the best way to find out what happened during the loading? I tried running app in DEBUG mode, but each time I pressed F7 or F8, the deployment process will re-start all over again. It seems the app does not even hit the first line of the .DPR project file. I know how to start logcat but there are so much messages coming in. Any other way to debug Android 64 apps? Do I really have to comment out as much code as possible, and slowly add them back in? Thanks for any ideas. Edited January 7 by Peter J. Share this post Link to post