How to export source code

hello everyone , i have a project here , i want to export the source code as zip to import it on android studio , there any way to do that?

Source code in android builder is in .aia format. It can’t be directly exported to Android Studio.
May be you can export the aia file and take some data from .bky and .scm files (which are, if I am not mistaken, .xml and json files, so may be you can make use of them in Android Studio) but there is no way to simply export the aia file and export it to Android Studio.
The opposite is also true. You can’t take an Android Studio project and export it directly to Android Builder or any other app inventor distro.

1 Like