Include this script into your page along with the iframe for a responsive media embed
This short tutorial will show you how to change the package name in Android Studio.nnHere are the steps you need to follow:n1) Make sure you have Android selected in the project Explorer.n2) Click in the 'Gear' icon and highlight/untick the 'compact empty middle packages'.n3) Right click on the top level domain name under the Java folder. Click on refactor, then click on rename.n4) If you have multiple directories android studio might ask you to rename all directories. If so, select 'rename current'.n5) In the pop up menu titled 'Rename', put in your top level domain name (org, com, net...) and click refactor.n6) Do the same thing for the domain name and the app name.n7) When the directories are renamed, open the build.gradle file. Make sure you select the correct build.gradle file of the same module.n8) Near applicationId, rename the package name with the same package if you used for the folders.nnThe package name should be in this format: com.DomanName.AppNamennCheck out this link for package name format conventions: stackoverflow.com/questions/6273892/android-package-name-conventionnnSource Code used: codecanyon.net/item/bubble-pop-a-bubble-shooter-game/17443251?ref=neurondigital