You are on page 1of 13

 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Documentation 
 
Author​ : Active IT zone 
Software Framework​ : Laravel 
Addon For: ​Active eCommerce CMS  
Provided by​ : codecanyon 
 
 
 
 
 
 
 
 
 

 
 
2020 © All Rights Reserved @ ACTIVE IT ZONE 
Documentation 
 
1. What are the prerequisites? 
2. How to run Android Application in Android Studio? 
3. How to configure the App according to your setup? 
4. How to build the App? 
5. How to generate play store uploadable files?   
 

How to in Details 
 
 
1. What are the prerequisites?  
 
This android app can be hosted into Google Play Store as your branded eCommerce CMS app. 
The app will communicate with your hosted eCommerce CMS web application through APIs. 
That means the prerequisite to publish the eCommerce Mobile application is to have the 
eCommerce CMS Web application in the latest version always. 
 
2. How to run Android Application in Android Studio? 
Answer:  
● Install Android Studio from ​https://developer.android.com/studio 
● Extract the Application Source Codes.zip folder. 
● Open the extracted folder in Android Studio from File -> Open 
● After opening and indexing the project choose “Project Files”  
● Change android package via following to below screenshots. 
● Open build.gradle file and change the applicationId as the package name you 
have changed. 
● Open AndroidManifext.xml file and change the package there too. 
 
 
 

 
 
 
 
3. How to configure the App according to your setup? 
Answer:  
● Press shift twice on Android Studio. A search bar will be popped up. Search for 
“AppConfig.java” file. 
● Set your domain name on the marked area. 
● Setup your Stripe and Braintree (for paypal) key. 
● Open strings.xml file 
● Configure your gmail and facebook credentials here. 
● To change the Logo Import Image asset and set the name ic_launcher 
 
 
4. How to build the App? 
Answer:  
● Go to build > Build Bundles/ APk > Build APK. 
● Wait sometimes to complete the build. Then click on “locate” to find the APK file. 
 

5. How to generate play store uploadable files? 


Answer:  
● Go to Build > Generate Signed Bundle / Apk 
● Create or choose an existing key file to sign the APK.  
● Fill the required fields and make sure you keep the backup of jks file. Without this 
file you won’t be able to update the app on play store in future. You must keep 
the jks file and remember the alias name and passwords.  

You might also like