Skip to content

Commit e49b5d1

Browse files
committed
add local.properties to doc
1 parent 80cb110 commit e49b5d1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,16 @@ for more information.
222222

223223
Building from Source
224224
--------------------
225-
To build a `.jar` file from source, make a clone of the android-async-http
226-
github repository and run:
225+
To build a `.jar` file from source, first make a clone of the
226+
android-async-http github repository. You'll then need to copy the
227+
`local.properties.dist` file to `local.properties` and edit the `sdk.dir`
228+
setting to point to where you have the android sdk installed. You can then run:
227229

228230
{% highlight bash %}
229231
ant package
230232
{% endhighlight %}
231233

232-
This will generate a file named `android-async-http.jar`.
234+
This will generate a file named `android-async-http-version.jar`.
233235

234236

235237
Reporting Bugs or Feature Requests

0 commit comments

Comments
 (0)