Skip to content

Commit

Permalink
Updated information about the Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
markfguerra committed Mar 8, 2013
1 parent d954655 commit fa27e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The easiest way to use this project is by downloading the [latest Jar file](http

Once you have GLWallpaperService.jar, you can add it to your workspace:

* If needed, setup the [Android SDK](http://developer.android.com/) and/or create a new Android workspace as you would normally
* If needed, setup the [Android SDK](http://developer.android.com/sdk/) and/or create a new Android workspace as you would normally
* Create a new Android project using API level 7 or higher
* You don't need an Activity in your project if you don't want one, but it can be nice to give users an icon to access your wallpaper settings

Expand Down
7 changes: 3 additions & 4 deletions readme-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ If you're only interested in using the software to make an OpenGL Wallpaper, thi

###Install required software

To start, make sure install Eclipse the latest Android SDK are installed. Optionally, install git. Follow the instructions provided by those software projects to do so.
[Eclipse](http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclipse%3F)
[Android SDK](http://developer.android.com/sdk/installing.html)
To start, make sure Eclipse and the latest Android SDK are installed. The easiest way to get this up and running is to download the Eclipse ADT Bundle from Google. Optionally, install git. Follow the instructions provided by those software projects to do so.
[Eclipse with Android SDK](http://developer.android.com/sdk/)
[Git](http://git-scm.com/)

Also, if you plan on using git, we recommend you make an account on [github](http://github.com/)
Expand Down Expand Up @@ -63,7 +62,7 @@ Open Eclipse and choose the folder you just created for your workspace. When it

###Set up the Android SDK

To set up the Android SDK for this project
Set up the Android SDK for this project. If you downloaded the Eclipse ADT Bundle from Google, you can skip this step.

* In the menu, go to Eclipse->Preferences. Go to the Android section.
* Give it the location of your Android SDK folder. Give it a minute to figure things out.
Expand Down

0 comments on commit fa27e48

Please sign in to comment.