Skip to content

Commit bcfaa21

Browse files
committed
Add instructions for creating local.properties
1 parent cc58a76 commit bcfaa21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Type `ant jar` at the root of the Library Project to produce a Jar file.
2626

2727
The library jar along with it's javadoc jar will be found in the `dist` directory inside the library project.
2828

29-
You will need to provide your own `local.properties` inside the library project.
29+
You will need to provide your own `local.properties` inside the library project, from there run `android update project -p .`
3030

3131
## Using the Library
3232
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.
153153

154154
The code in this project is licensed under the Apache Software License 2.0.
155155

156-
Copyright (c) 2014 Alexandros Schillings.
156+
Copyright (c) 2014 Alexandros Schillings.

0 commit comments

Comments
 (0)