From b60ae00fd7da63dbb7ed4913f0ca21cd2b383059 Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Wed, 26 Feb 2014 23:50:28 +0000 Subject: [PATCH] 19 isn't a valid target anymore; it's now android-19 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 9d78487de..7ed7625b8 100644 --- a/README.txt +++ b/README.txt @@ -60,7 +60,7 @@ Instructions: # Create the android 4.4 (API 19) virtual device # (don't make a custom hardware profile) -../android-sdk-linux/tools/android create avd --name i2p --target 19 +../android-sdk-linux/tools/android create avd --name i2p --target android-19 # then run the emulator: # This may take a LONG time the first time (half an hour or more)... -- GitLab