“PhotoEditoPro” Documentation by “Hkinfoway” v1.0
“..PhotoEditoPro..”
“Our Support Center: “hkinfoway@gmail.com”
Table of Contents
Which Eclipse version is needed? - top
Latest Eclipse version is recommended, which can be downloaded from here:
http://developer.android.com/sdk/index.html
How to open the project in Eclipse? - top
- Open Eclipse > Import > Android > "Existing Android Code into Worksplace" > Next
- Root Directory > Click Browse button & browse the project folder > Select all 4 projects 'actionbarsherlock','google-play-services_lib', 'Cropper' ,'PhotoEditor'
- After sucessfully importing the app, Right Click 'PhotoEditor' project from Package Explorer > Properties > Java Build Path > Order and Export > Check on 'Android Private Libraries' > OK
- Change Api Level 15 Above
- Then go to 'Project' Menu > Clean.. > Clean All Projects > OK
- Wait for few minutes until all errors are gone. Ignore any warning appears in 'Problems' tab.
How to change the package name? - top
You can change it easily from Eclipse. Here are the steps:
- Right Cilck 'PhotoEditor' project from Package Explorer > Android Tools > Rename Application Package > Finish.
- Refactroing dailog present and click Finish
- Package Name Changed in AndroidMainfest.xml but not in Application Package hierarchy so select Package name Right Click >
Go to Refactor > Rename >Enter Package Name > Finish
- Change Package Name in AndrodiManifest.xml File
How to change app name? - top
- Open Eclipse >PhotoEditor> res > values > strings.xml
- Select 'strings.xml' tab next to 'Resources' tab
- Enter your app name inside "app_name" string tag:
<string name="app_name">PhotoEditor</string>
- if you want change Project name also then >Right Cilck 'PhotoEditor' project from Package Explorer >Refactor > Rename >Enter Application Name > Finish
This will change both title inside the app & app icon name.
How to change AdMob publisher id? - top
- Open Eclipse > PhotoEditor > res > values > strings.xml
- Select 'strings.xml' tab next to 'Resources' tab
- Enter your AdMob publisher id inside "admob_publisher_id" string tag:
<string name="admob_publisher_id">Your AdMob ID Here</string>
How to change Application Icon ? - top

- Open Eclipse > PhotoEditor > res > drawable-mdpi > appicon.png
- Rename your icon with appicon.png and paste in drawable-mdpi folder
Graphics - top
You will find all image into /res/drawable-mdpi/,/res/drawable-hdpi/,/res/drawable-xhdpi/ folder. Just create your own graphics and replace those files. Create seperate graphics of different device screen sizes & place them into other drawble folders (drawable-hdpi & drawable-xhdpi) with same file name found at drawable-mdpi folder. Check here for more information: Devices and Displays & Supporting Multiple Screens.
App Showcase - top
Once you will publish your app to Google Play or any other Android store, send us your app link. We will happy to showcase your app into our website & CodeCanyon page.
Rating - top
If you like our app, we will highly appreciate if you can provide us a rating of 5. You can rate us from your CodeCanyon Menu > Download page.
How to import project in eclipse and change Application Name,Application Icon,Admob Id,Ad Mob Banner Id ,Package Name:
Go To Table of Contents