diff --git a/.classpath b/.classpath index 86a15c9..1b4b1ee 100644 --- a/.classpath +++ b/.classpath @@ -1,7 +1,7 @@ - - - - - - - + + + + + + + diff --git a/.cproject b/.cproject index c9f6ee8..c65f08a 100644 --- a/.cproject +++ b/.cproject @@ -23,12 +23,36 @@ + + + + + + + + diff --git a/.settings/org.eclipse.cdt.core.prefs b/.settings/org.eclipse.cdt.core.prefs index fee6c65..fc4f08d 100644 --- a/.settings/org.eclipse.cdt.core.prefs +++ b/.settings/org.eclipse.cdt.core.prefs @@ -1,7 +1,7 @@ -#Tue Aug 09 21:47:34 CEST 2011 +#Tue Aug 30 20:36:30 CEST 2011 eclipse.preferences.version=1 environment/project/0.331530184/PATH/delimiter=\: -environment/project/0.331530184/PATH/operation=append -environment/project/0.331530184/PATH/value=/home/shagrath/soft/android-ndk-r6 +environment/project/0.331530184/PATH/operation=replace +environment/project/0.331530184/PATH/value=/home/shagrath/bin\:/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin\:/usr/games\:/home/shagrath/soft/android-sdk-linux_x86/platform-tools/\:/home/shagrath/soft/android-ndk environment/project/0.331530184/append=true environment/project/0.331530184/appendContributed=true diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3cbbd8f..f28113b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,6 +1,6 @@ + package="org.ab.x48" android:installLocation="auto" android:versionCode="32" android:versionName="1.32"> - + diff --git a/jni/Application.mk b/jni/Application.mk new file mode 100644 index 0000000..f6fd4d9 --- /dev/null +++ b/jni/Application.mk @@ -0,0 +1,3 @@ +APP_ABI := armeabi +#To uncomment when x86 devices are out :) +#APP_ABI := armeabi x86 \ No newline at end of file diff --git a/default.properties b/project.properties similarity index 80% rename from default.properties rename to project.properties index 1ae8961..247ca66 100644 --- a/default.properties +++ b/project.properties @@ -1,14 +1,14 @@ # This file is automatically generated by Android Tools. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# +# # This file must be checked in Version Control Systems. -# +# # To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your +# "ant.properties", and override values to adapt the script to your # project structure. # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-10 +target=android-14 apk-configurations=