0
How could I make simple Android app through c++?
1 Answer
+ 2
I use Visual Studio for it. You can add the app dev workload by going to the visual studio installer and then selecting "Mobile Development with C++". Then, as usual, click on create a new project and then click on "Native-Activity Application (Android)". Then you can use tutorials to continue with making the app.
I recommend searching this topic up on youtube to find further details.