From bcfaa21fad2803e885bc84749f914d7c7b33797b Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Wed, 27 Aug 2014 11:16:16 +0200 Subject: [PATCH] Add instructions for creating local.properties --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7c0f09..feb3368 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Type `ant jar` at the root of the Library Project to produce a Jar file. The library jar along with it's javadoc jar will be found in the `dist` directory inside the library project. -You will need to provide your own `local.properties` inside the library project. +You will need to provide your own `local.properties` inside the library project, from there run `android update project -p .` ## Using the Library In the `onLeScan()` method of your `BluetoothAdapter.LeScanCallback()` create a new BluetoothLeDevice with the given information. @@ -153,4 +153,4 @@ All logos are the property of their respective owners. The code in this project is licensed under the Apache Software License 2.0. -Copyright (c) 2014 Alexandros Schillings. \ No newline at end of file +Copyright (c) 2014 Alexandros Schillings.