Is there a minimum Android Project that I can use as a base?

Hello everyone,

I have unfortunately updated my android studio to version 3.0.0 and my project was based on gradle which is also updated with syntax changes that completely ruined my project the level that it doesn’t even build.

What I am hoping for is a minimum android project, with main.cpp file I can replace with my own and just load in the Android-Studio.

Is there anyone that can provide that?

Greetings.

you can use/see the one in SDL2 source:
https://hg.libsdl.org/SDL/file/2b03795fbd49/android-project
you can also build your app without android studio, doing ./gradlew assembleRelease

Hello Sylvain_Becker,

I did manage to fix it again, but the project template I am using is still very unstable. I do want to use Android Studio, I am just looking for a proper project example.