eclipse - Create new Android project by copying an existing project -


i trying create android project copying existing project. not hacking anyone's code :-) trying build project going called gold copy. juniors download gold copy , build own application change necessary parameters project name, package name, etc... each junior can sign apk , upload project on own in google play store.

gold copy project use eclipse create gold copy project. lets assume helloworld android application project , created following details.

application name: goldcopy project name: goldcopyprj package name: org.jeema.goldcopy activity name: mainactivity layout name: activity_main 

i build application , created zip file. assume first junior downloads zip file , wants create own application. assume using notepad++ change values , open in eclipse. things needs change?

  1. i think need change app_name in strings.xml.
  2. do need change activity name or package name in manifest file?
  3. anything else?

after creates application should able sign apk , upload google play.

you need change

    package="org.jeema"  

to else in order recognized new application.

you need create new keystore google play.

here small tutorial enter link description here


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -