We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea80a42 commit 80f6620Copy full SHA for 80f6620
README.build
@@ -0,0 +1,16 @@
1
+How to compile this software
2
+============================
3
+
4
+This app is developed using the ADT (https://developer.android.com/sdk/index.html).
5
6
+On my system the SDK Manager is current configured with:
7
+- Android SDK Tools: 22.0.5
8
+- Android SDK Platform-tools: 18.0.1
9
+- Android SDK Build-tools: 17
10
+but these are just indicative release numbers, since I expect very different setups to work as well.
11
12
+The project does not use 3rd party libraries, but android-support-v4.jar must be in the Java build path.
13
14
15
16
0 commit comments