How to generate apk file ?

  • Thread starter Thread starter lihuipeng49
  • Start date Start date
L

lihuipeng49

Guest
I use C++ and Visual Studio to develop the android game.
In my Visual Studio project, it has 4 platforms: 'ARM,ARM64,x86,x64'.
But I don't know which platform I need to make the apk with.



I have use Xamarin.Forms develop an app before.
In Xamarin.Forms, there is an 'Archive...' menu command to generate the apk.
It not need me to select the platform in 'ARM,ARM64,x86,x64'.


So, I think maybe there is an command to generate a apk with 'ARM,ARM64,x86,x64' all inside.
My question is what is the official method to generate apk for C++?

Continue reading...
 
Back
Top