Phone Alarm Eclipse Source Code With Admob


How to open the project in Eclipse?

  1. Open Eclipse > Import > Android > "Existing Android Code into Worksplace" > Next
  2. Root Directory > Click Browse button & browse the project folder > Select projects Phone Alarm
  3. Add google-play-service_lib from Android SDK
  4. Right click on the project name > Select properties > Click "Add" library > Select google-play-service_lib
  5. Then go to 'Project' Menu > Clean.. > Clean All Projects > OK
  6. Wait for few minutes until all errors are gone.

How to change the package name? 

    You can change it easily from Eclipse. Here are the steps:
    1. Right Cilck 'Phone Alarm' project from Package Explorer > Android Tools > Rename Application Package > Finish.
    2. Refactroing dialog 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

How to change app name?

    1. Open Eclipse >PhoneAlarm> 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">Phone Alarm</string>
    4. if you want change Project name also then >Right click 'PhoneAlarm' 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?

  1. Open Eclipse > PhoneAlarm > res > values > strings.xml
  2. Select 'strings.xml' tab next to 'Resources' tab
  3. Enter your AdMob intersititial id inside "admob_intersititial" string tag:
    <string name="admob_intersititial">Your AdMob ID Here</string>
  4. Open Eclipse > PhoneAlarm > res > layout > activity_main.xml
  5. Enter your AdMob banner id inside "ads:adUnitId"
Free Source code DOWNLOAD HERE

Related Posts:

0 Response to "Phone Alarm Eclipse Source Code With Admob"

Posting Komentar