From ea2e3ec92ef484e76a4c28d961c83f83c4a51b44 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Mon, 20 Jan 2014 10:53:07 +0100 Subject: [PATCH] Fixed sample client to load oc_framework library with no need to include the JAR files manually --- oc_framework/sample_client/project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/oc_framework/sample_client/project.properties b/oc_framework/sample_client/project.properties index 4ab12569..f3419563 100644 --- a/oc_framework/sample_client/project.properties +++ b/oc_framework/sample_client/project.properties @@ -12,3 +12,4 @@ # Project target. target=android-19 +android.library.reference.1=.. -- 2.11.0