Skip to content

Commit

Permalink
More build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Nov 6, 2014
1 parent 9788d92 commit 35a046e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ Library, and it will use the correct version on all platforms.
```sh
make
```

## Why doesn't this build in Xamarin Studio? What gives?

```sh
## Run this first
make
```
3 changes: 2 additions & 1 deletion src/Playground.Android/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ protected override void OnCreate (Bundle bundle)
st.Start();
try {
var url = "https://tv.eurosport.com";
//var url = "https://github.com/downloads/nadlabak/android/cm-9.1.0a-umts_sholes.zip";
var url = "https://github.com/paulcbetts/ModernHttpClient/releases/download/0.9.0/ModernHttpClient-0.9.zip";
//var url = "https://github.com/paulcbetts/ModernHttpClient/releases/download/0.9.0/ModernHttpClient-0.9.zip";
var request = new HttpRequestMessage(HttpMethod.Get, url);
handler.RegisterForProgress(request, HandleDownloadProgress);
Expand Down

0 comments on commit 35a046e

Please sign in to comment.