forked from github/cordova-android
removes and .gitignore framework/local.properties, updated README
This commit is contained in:
parent
4144587640
commit
fc6f2f5d39
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ default.properties
|
||||
bin
|
||||
gen
|
||||
assets/www/phonegap.js
|
||||
local.properties
|
@ -18,7 +18,10 @@ Getting Started with PhoneGap Android
|
||||
1. Make sure you have Ruby and the nokogiri gem installed. Run 'gem list' to see a list of installed Ruby gems, and 'gem install nokogiri' from command-line if you don't have it.
|
||||
2. Clone the repository using git, from command line: git clone git://github.com/phonegap/phonegap-android.git
|
||||
3. Run 'cd phonegap-android/framework'
|
||||
4. Make sure you change the location of your Android SDK, this is inside the local.properties file
|
||||
4. Create a local.properties file with the following line in it:
|
||||
|
||||
sdk-location=/path/to/your/androidsdk
|
||||
|
||||
5. Run 'ant jar' - this will create the phonegap.jar file and build a fresh phonegap.js for use in your HTML/JS/CSS-based application (for accessing native functionality).
|
||||
6. cd back to the root directory (cd ..)
|
||||
7. Run 'ruby build.rb <app-name> <package_name> <wwwdir> <path>', where:
|
||||
|
@ -1,10 +0,0 @@
|
||||
# This file is automatically generated by Android Tools.
|
||||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
||||
#
|
||||
# This file must *NOT* be checked in Version Control Systems,
|
||||
# as it contains information specific to your local configuration.
|
||||
|
||||
# location of the SDK. This is only used by Ant
|
||||
# For customization when using a Version Control System, please read the
|
||||
# header note.
|
||||
sdk-location=/home/bowserj/android-sdk-linux_x86-1.6_r1
|
Loading…
Reference in New Issue
Block a user