Open bin andorid in Android Studio

There’s a way to oenfl the project compiled in android with android studio ?

Check out the Export/android directory, we do not generate an Android Studio project, but all the Gradle templates and Java files should be there

what if the project is an older version of openfl and lime, is there a way to import the exported files from openfl to android studio?

We don’t currently generate Android Studio projects, but certainly the individual files could be opened. If anyone wanted to contribute to help make it simpler to open our generated output with Android Studio, that would be fine, though the output is designed to be able to be blown away and recreated, so it isn’t meant to be manually edited