Skip to content

Commit d7426b5

Browse files
committed
Enhanced Readme.md
1 parent 851f7d9 commit d7426b5

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
android-examples
22
================
33

4-
Android examples from the vogella.com website
4+
Welcome to the source code for Android examples from the vogella.com online tutorials and books.
5+
6+
All of the source code in this archive is licensed under the EPL license except as noted.
7+
8+
Using in Android Studio
9+
=======================
10+
11+
Some of the projects should have a `build.gradle` file suitable for
12+
importing the project into Android Studio. If not please send a pull request to add one.
13+
14+
Note, though, that you
15+
may need to adjust the `compileSdkVersion` in `build.gradle` if it
16+
requests an SDK that you have not downloaded and do not wish to
17+
download. Similarly, you may need to adjust the `buildToolsVersion`
18+
value to refer to a version of the "Build-tools" that you have downloaded
19+
from the SDK Manager.
20+
21+
Using in Eclipse
22+
================
23+
24+
Most of the projects can be imported using the normal Eclipse import process.
25+
26+
- Some of these projects are not set up to support Eclipse, because
27+
the nature of the project is to demonstrate something specific for
28+
Android Studio or Gradle for Android.
29+
30+
- Some of these projects are not set up to support Eclipse, as Eclipse
31+
is no longer officially enhanced by Google, and so new examples are developed with Android Studio.
32+
33+
34+

0 commit comments

Comments
 (0)