Skip to content

Commit

Permalink
removes and .gitignore framework/local.properties, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
brianleroux committed Jan 26, 2010
1 parent 4144587 commit fc6f2f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
default.properties
bin
gen
assets/www/phonegap.js
assets/www/phonegap.js
local.properties
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -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:
Expand Down
10 changes: 0 additions & 10 deletions framework/local.properties

This file was deleted.

0 comments on commit fc6f2f5

Please sign in to comment.