- Open Eclipse > Import > Android > "Existing Android Code into Worksplace" > Next
- Root Directory > Click Browse button & browse the project folder > Select projects Phone Alarm
- Add google-play-service_lib from Android SDK
- Right click on the project name > Select properties > Click "Add" library > Select google-play-service_lib
- Then go to 'Project' Menu > Clean.. > Clean All Projects > OK
- Wait for few minutes until all errors are gone.
How to change the package name?
- Right Cilck 'Phone Alarm' project from Package Explorer > Android Tools > Rename Application Package > Finish.
- Refactroing dialog 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
You can change it easily from Eclipse. Here are the steps:
How to change app name?
- Open Eclipse >PhoneAlarm> 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">Phone Alarm</string> - if you want change Project name also then >Right click 'PhoneAlarm' project from Package Explorer >Refactor > Rename > Enter Application Name > Finish
How to change AdMob publisher id?
- Open Eclipse > PhoneAlarm > res > values > strings.xml
- Select 'strings.xml' tab next to 'Resources' tab
- Enter your AdMob intersititial id inside "admob_intersititial" string tag:
<string name="admob_intersititial">Your AdMob ID Here</string> - Open Eclipse > PhoneAlarm > res > layout > activity_main.xml
- Enter your AdMob banner id inside "ads:adUnitId"
Free Source code DOWNLOAD HERE

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