File tree 5 files changed +45
-7
lines changed
5 files changed +45
-7
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src" />
4
+ <classpathentry kind =" src" path =" gen" />
5
+ <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
6
+ <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.LIBRARIES" />
7
+ <classpathentry kind =" output" path =" bin/classes" />
8
+ </classpath >
Original file line number Diff line number Diff line change 1
1
* .DS_Store
2
- * .classpath
3
- * .project
4
2
bin /
5
3
gen /
6
4
doc /
7
- com_facebook_android_src /
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >Page Curl Example</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >com.android.ide.eclipse.adt.ResourceManagerBuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >com.android.ide.eclipse.adt.PreCompilerBuilder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ <buildCommand >
19
+ <name >org.eclipse.jdt.core.javabuilder</name >
20
+ <arguments >
21
+ </arguments >
22
+ </buildCommand >
23
+ <buildCommand >
24
+ <name >com.android.ide.eclipse.adt.ApkBuilder</name >
25
+ <arguments >
26
+ </arguments >
27
+ </buildCommand >
28
+ </buildSpec >
29
+ <natures >
30
+ <nature >com.android.ide.eclipse.adt.AndroidNature</nature >
31
+ <nature >org.eclipse.jdt.core.javanature</nature >
32
+ </natures >
33
+ </projectDescription >
Original file line number Diff line number Diff line change 4
4
package=" fi.harism.curl"
5
5
android:versionCode=" 1"
6
6
android:versionName=" 1.0" >
7
- <!-- Since using API 7 for development, just in case -->
8
- <uses-sdk android : minSdkVersion =" 7 " />
7
+ <!-- Since using API 8 for development, just in case -->
8
+ <uses-sdk android : minSdkVersion =" 8 " />
9
9
<application
10
10
android:icon=" @drawable/icon"
11
11
android:label=" @string/app_name" >
Original file line number Diff line number Diff line change 4
4
# This file must be checked in Version Control Systems.
5
5
#
6
6
# To customize properties used by the Ant build system use,
7
- # "build .properties", and override values to adapt the script to your
7
+ # "ant .properties", and override values to adapt the script to your
8
8
# project structure.
9
9
10
10
# Project target.
11
- target =android-7
11
+ target =android-8
You can’t perform that action at this time.
0 commit comments