android Programming Glossary: myorigapp
Android ??multiple custom versions of the same app http://stackoverflow.com/questions/1222302/android-multiple-custom-versions-of-the-same-app preferred method as of 2011. Follow these steps for an ant build Starting from a working app let's call it directory myOrigApp package com.foo.myapp just add this line to default.properties to make it a library android.library true Now create a new.. need. In that new sibling directory edit default.properties to add the dependency android.library.reference.1 .. myOrigApp Copy over the Manifest from the original dir cd sibling cp .. myOrigApp AndroidManifest.xml .. myOrigApp local.properties.. the dependency android.library.reference.1 .. myOrigApp Copy over the Manifest from the original dir cd sibling cp .. myOrigApp AndroidManifest.xml .. myOrigApp local.properties .. myOrigApp build.properties . Edit that copied Manifest file to change..
|