From a4abfd8fb880cfd39154416fdeb19d8bb95c454a Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Thu, 8 Aug 2013 13:30:41 +0000 Subject: [PATCH] Updated support library path to match README.txt --- project.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/project.properties b/project.properties index 30d9f8682..020abd3a2 100644 --- a/project.properties +++ b/project.properties @@ -9,5 +9,10 @@ # Project target. target=android-18 +# I2P router libs android.library.reference.1=./routerjars -android.library.reference.2=../../../android/adt-bundle-linux-x86_64/sdk/extras/android/support/v7/appcompat +# Android Support Library +# If the relative path differs in your local environment, +# override this in the base local.properties +# (not routerjars/local.properties) +android.library.reference.2=../android-sdk-linux/extras/android/support/v7/appcompat -- GitLab