I'm working on an app that I need to add some functionality to that App Inventor doesn't allow. Specifically, I want a specific action to run in the background of the user's phone. I've seen that there is no way to do this using App Inventor, so I decide to try doing it in Android Studio instead.
So, my question is first of all if it's possible to import an App Inventor project (exported as an .apk) into Android Studio and then, how do you do that?
Thank you!