File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -222,14 +222,16 @@ for more information.
222
222
223
223
Building from Source
224
224
--------------------
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:
227
229
228
230
{% highlight bash %}
229
231
ant package
230
232
{% endhighlight %}
231
233
232
- This will generate a file named ` android-async-http.jar ` .
234
+ This will generate a file named ` android-async-http-version .jar ` .
233
235
234
236
235
237
Reporting Bugs or Feature Requests
You can’t perform that action at this time.
0 commit comments