File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
36
36
</application >
37
- <uses-sdk android : minSdkVersion =" Froyo " />
37
+ <uses-sdk android : minSdkVersion =" 8 " />
38
38
39
39
</manifest >
Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ the main project and the result is used to generate the APK. This means that
36
36
the main project can either use or redefine behavior from the libraries.
37
37
38
38
39
- To use the main vs livrary project:
39
+ To use the main vs library project:
40
40
- In ADT, just open import both projects and launch the main project.
41
41
- In Ant, use 'android update project' to create the build files and set the SDK location,
42
42
and then run 'ant debug' on the main project.
43
43
44
44
45
45
For more details on the purpose of this feature, its limitations and detailed usage,
46
46
please read the SDK guide at
47
- <STOPSHIP insert URL here to library-project on developers .android.com>
47
+ http://developer .android.com/guide/developing/eclipse-adt.html
48
48
You can’t perform that action at this time.
0 commit comments