diff --git a/app/app.iml b/app/app.iml
index 875c07e9..b9d6ee2a 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -101,6 +101,7 @@
+
@@ -110,6 +111,7 @@
+
diff --git a/app/build.gradle b/app/build.gradle
index 4db98ee3..01682ca4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -67,6 +67,8 @@ dependencies {
compile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.51'
compile group: 'com.google.android', name: 'support-v4', version:'r6'
compile group: 'com.koushikdutta.ion', name: 'ion', version:'1.3.7'
+ compile group: 'com.squareup.okhttp', name: 'okhttp', version:'2.1.0-RC1'
+ compile group: 'com.squareup.okio', name:'okio', version:'1.0.1'
compile files('libs/jmdns-fixed.jar')
compile files('libs/limelight-common.jar')
compile files('libs/tinyrtsp.jar')
diff --git a/app/libs/limelight-common.jar b/app/libs/limelight-common.jar
index de1d908b..aa1edd21 100644
Binary files a/app/libs/limelight-common.jar and b/app/libs/limelight-common.jar differ
diff --git a/app/src/main/java/com/limelight/PcView.java b/app/src/main/java/com/limelight/PcView.java
index d090144e..e6096104 100644
--- a/app/src/main/java/com/limelight/PcView.java
+++ b/app/src/main/java/com/limelight/PcView.java
@@ -341,6 +341,7 @@ public class PcView extends Activity {
message = "GFE returned an HTTP 404 error. Make sure your PC is running a supported GPU. Using remote desktop software can also cause this error. "
+ "Try rebooting your machine or reinstalling GFE.";
} catch (Exception e) {
+ e.printStackTrace();
message = e.getMessage();
}