no I rebuilt a project I started working on in processing android mode in Android Studio since it crashed on launch I wanted to be able to debug better and use a different emulator than processing-phone. So I use
the default emulator now that comes with Android Studio pixel 3 or something. I created a new project in Android Studio and I then went to references and started copying the default code to firstly, run a sketch. After I got that to work, I started adding my code and assets to see when it crashes and get work-arounds for the crashes. It’s all ironed out now but then when I ported to my phone I noticed the action bar. A quick google search later and I was able to remove the action bar in the AndroidManifest.xml that Android studio creates. Then I relaunched my app and when I try to remove the action bar only static images load. I used this to get started ==== https://android.processing.org/tutorials/android_studio/index.html, then ported my code and assets over, I didn’t import a project. So basically it all works except when I remove the action bar ===== theme="@style/Theme.AppCompat.Light.NoActionBar" ==== then only static images load. It also happens when I remove the action bar in styles.xml
Edit the new project in Android Studio has an action bar