“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

  1. Open Eclipse > Import > Android > "Existing Android Code into Worksplace" > Next
  2. Root Directory > Click Browse button & browse the project folder > Select all 4 projects 'actionbarsherlock','google-play-services_lib', 'Cropper' ,'PhotoEditor'
  3. 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
  4. Change Api Level 15 Above
  5. Then go to 'Project' Menu > Clean.. > Clean All Projects > OK
  6. 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:

  1. Right Cilck 'PhotoEditor' project from Package Explorer > Android Tools > Rename Application Package > Finish.
  2. Refactroing dailog present and click Finish
  3. 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
  4. Change Package Name in AndrodiManifest.xml File


How to change app name? - top

  1. Open Eclipse >PhotoEditor> res > values > strings.xml
  2. Select 'strings.xml' tab next to 'Resources' tab
  3. Enter your app name inside "app_name" string tag:
    <string name="app_name">PhotoEditor</string>
  4. 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

  1. Open Eclipse > PhotoEditor > res > values > strings.xml
  2. Select 'strings.xml' tab next to 'Resources' tab
  3. 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

  1. Open Eclipse > PhotoEditor > res > drawable-mdpi > appicon.png
  2. Rename your icon with appicon.png and paste in drawable-mdpi folder

  3. 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