You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The projects are organized by the primary chapter in which the examples appears.
8
+
9
+
The projects have all been tested in eclipse, using the emulator (with the exception of a couple that are hardware dependent; those projects have notes to that effect in their README files)
10
+
11
+
To set up a project, check it out and then:
12
+
cd $PROJ
6
13
cp tools/ide/eclipse/project .project
7
-
cp tools/ide/eclipse/classpath .classpath
14
+
cp tools/ide/eclipse/classpath .classpaht
15
+
16
+
Start eclipse and use File > Import > "Existing project into workspace"
17
+
18
+
Comments are welcome! Send problems and comments to programmingandroidexamples at callmeike dot net.
8
19
9
-
Then, from eclipse, File > Import > Existing Project into Workspace
0 commit comments