Skip to content

Commit d5175fb

Browse files
committed
Update README
1 parent 44810e4 commit d5175fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ $ git pull upstream android
1010
Create new Android project
1111
select from source
1212

13-
Create an external builder
14-
There is a tutorial which shows the common set up for C++ development in Android here:
15-
http://blog.jayway.com/2011/10/13/getting-started-with-android-ndk/
13+
Create the C++ facet
14+
http://mhandroid.wordpress.com/2011/01/23/using-eclipse-for-android-cc-development/
1615

1716
Clean
1817

1918
Run
2019

21-
Open the View for LogCat, and add a filter for AndroidLevelDB to see the sample LevelDB debug output.
20+
Open the View for LogCat, and add a filter for AndroidLevelDB to see the sample LevelDB debug output, add a filter for DBbenchmark if you want to see the benchmark output.
21+
22+
23+
2224

2325
====LevelDB Readme====
2426

0 commit comments

Comments
 (0)