From e453c96bd0ce3d1e97e9685fbb1c6a2810b11f6c Mon Sep 17 00:00:00 2001 From: David Doria Date: Fri, 20 Sep 2013 08:05:11 -0400 Subject: [PATCH 1/2] Update .classpath When I first imported this project into Eclipse, I got an error that libmanet.jar was missing. I went into project properties -> Java Build Path -> Order and Export, and checked the box next to libmanet.jar. This is the resulting classpath that fixed the errors. --- AndroidManetPtt/.classpath | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/AndroidManetPtt/.classpath b/AndroidManetPtt/.classpath index 090e907..531215c 100644 --- a/AndroidManetPtt/.classpath +++ b/AndroidManetPtt/.classpath @@ -1,9 +1,10 @@ - - - + + + + From 9645475e02f2aa2d221931ba14bc12f506a2139f Mon Sep 17 00:00:00 2001 From: David Doria Date: Fri, 20 Sep 2013 08:15:25 -0400 Subject: [PATCH 2/2] Update AndroidManifest.xml The first time I ran the app, I got: java.lang.SecurityException: Not allowed to start service Intent { cmp=org.span/.service.core.ManetService } without permission android.permission.ACCESS_WIFI_STATE --- AndroidManetPtt/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManetPtt/AndroidManifest.xml b/AndroidManetPtt/AndroidManifest.xml index 89e733b..e424064 100644 --- a/AndroidManetPtt/AndroidManifest.xml +++ b/AndroidManetPtt/AndroidManifest.xml @@ -7,6 +7,7 @@ + - \ No newline at end of file +