Include this script into your page along with the iframe for a responsive media embed
Most of the work is based on this tutorial - www.youtube.com/watch?v=zsvqYdEvi_0 with few additional changes.nnBelow are steps with files attached and video screencast (sorry, no sound for now). Also last 7-8 minutes are just waiting for emulator to start.nn1. Export BuildBox gamenn2. Start Android Studionn3. Click Import project (Eclipse ADT, Gradle, etc.)nn4. Copy gradle.properties and build.gradle file inside app folder (download files here drive.google.com/drive/folders/0BxAXRGhnvQzpZ0ZRd29xZVhUazA?usp=sharing)nn5. Edit line 8 inside copied build.gradle file - change application id to your application id.n(we can use existing build.gradle which is generated on import, but you will need add then manual multiple changes - see end of video)nn6. While we have multiDexEnabled true inside build.gradle file, we need to make small change in AndroidManifest.xml file to make app works for API 20 and below. nnGo to inside app folder to src/main/AndroidManifest.xmland inside application tag add following line:nnandroid:name="android.support.multidex.MultiDexApplication"nnWithout this line, you can create android app, even publish it, but it will crash on any device with API 20 or lower. - android 4.4W KitKat or older.nn7. Sync / Build / Run on emulatorn8. Publish - export apknnFor any additional questions please comment here or join in thread on official Buildbox forum www.buildbox.com/forum/index.php?threads/how-to-use-buildbox-with-android-studio-in-few-steps.8899/