If you are a game developer who uses Buildbox 2.2.8 to create your games, you might want to export your projects to APK files so that you can test them on Android devices or publish them on Google Play Store. However, you might not have Android Studio or Eclipse installed on your computer, or you might find them too complicated to use. In this article, we will show you how to export Buildbox 2.2.8 to APK without Android Studio or Eclipse, using a simple and free tool called APK Easy Tool.
APK Easy Tool is a Windows application that allows you to decompile and recompile APK files with ease. You can use it to edit the manifest, resources, assets, and code of an APK file, as well as sign and zipalign it for distribution. You can also use it to convert a Buildbox project to an APK file without any coding or configuration.
To export Buildbox 2.2.8 to APK with APK Easy Tool, you need to follow these steps:
android-release-unsigned.apk.C:\Program Files (x86)\APK Easy Tool\1-Decompile\).Select APK button.android-release-unsigned.apk file and select it.Decompile button and wait for the process to finish.C:\Users\YourUsername\Documents\Apktool\android-release-unsigned\) and open the file named AndroidManifest.xml with a text editor.Compile button and wait for the process to finish.C:\Users\YourUsername\Documents\Apktool\android-release-unsigned_dist\) and locate the file named android-release-unsigned.apk.YourGameName.apk.Select APK button again.android-release-unsigned.apk file and select it.Sign APK button and choose a keystore file and a password to sign your APK file. If you don't have a keystore file, you can create one by clicking on the Create keystore button.C:\Program Files (x86)\APK Easy Tool\3-Sign\) and locate the file named YourGameName-signed.apk.Congratulations! You have successfully exported Buildbox 2.2.8 to APK without Android Studio or Eclipse