Documentation of Picbrush Photo Editor Android app
Documentation of Picbrush Photo Editor Android app
OverView
Hi Please follow below steps to configure and make changes in application source code.
Installation
Before you start
Current documentation was created to help you with quick installation and configuration of VMeet application. Please, read it carefully to avoid most of potential problems with incorrect configuration.
Below chapter describes how to install Android SDK and Android Studio. You don’t have to install Android Studio, but it’s better. The project can be built without Android Studio, using Gradle and Android SDK. Gradle is a build system used for building final APK file.
Once you will have activated the theme you will need to change some of the pages and settings for optimal performance. That’s why, please, do not contact the Support center beforehand. Read firstly the documentation, implement all the steps following the instructions and only after that, if the issues persist, contact us.
Download and Install Java
If you have downloaded and installed Java JDK then move to next point.
Download & Install Java from here Java JDK
Download Java by clicking on Java Platform (JDK)
Install Android Studio
Download & Install Android Studio from here Download Android Studio
Run Android SDK Manager and download necessary SDK packages, make sure that you have installed Android SDK Tools, Android SDK Platform-tools, Android SDK Build-tools, Android Support Repository, Android Support Library and Google Play services.
Now you should be able to open/edit the Android project and build APK.
How to Import Project
To Import project you need to start android studio which you already downloaded, Once android studio start follows below steps to import the project in the android studio.
Follow steps to import project
First of all go to the location where you have placed VMeet code
Please extract the zip file in the same location
Now select “Import Project (Gradle, Eclipse ADT, etc.)” from Android Studio.
Browse location where you have placed VMeet Code and press “OK” button.
Now, wait till android studio complete the Importing project successfully.
Import project
By clicking on import project you will get file browser dialog, select your code location and press OK button.
Customize Project
Project Structure
After importing project successfully you will Customise the project

Comments
Post a Comment