Android Application Configuration

Follow below video to setup The Car Dealer Android Application.

How to open Android Project code in Android Studio.
There is two way to open your android project in Android Studio.
1. Open Android Studio and click on Import project, and choose Cardelear project. If you are opening any project first time in android studio.

OR

2. Open Android Studio and go to File -> New -> Import Project, select CarDelear Project.

NOTE:- Sometimes android studio gives an error due to the long project path, so we recommend you to copy your code to a short path in any drive Ex: D:/MainFolder/CarDelear.

Setup Store URLs.

A) Open your CarDealer website admin panel. And Login to your admin panel.

B) Hover on CarDealer tab there is an option Theme Options, click on Theme Options button.

C) Your CarDealer theme admin is having an option as App Settings.

D) In App Settings tab click on Credentials Code.

E) Click on Apple icon, here you will get code for Android application. Now Click on Copy button. So the Code for URL and other detail will be copied.

Note: URL for your CarDealer site must have "/" added at the end, and it must not contains any other page path at the end as shown in the Image.

F) Open Project in Android Studio. And Open ..\\Api\HttpParams.java file and replace code copied from PGS Woo Plugin with code in HttpParams.java file.

Now your CarDealer Android application is ready to run.

Suggest Edit