Compiling for android but have some bugs

This commit is contained in:
Tulioh 2014-12-25 14:20:38 -02:00
parent 7e34c452a1
commit c28d2c1555
4 changed files with 0 additions and 66 deletions

View File

@ -1,6 +0,0 @@
/** Automatically generated file. DO NOT MODIFY */
package com.example.native_activity;
public final class BuildConfig {
public final static boolean DEBUG = true;
}

View File

@ -1,46 +0,0 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.native_activity;
public final class R {
public static final class attr {
}
public static final class dimen {
/** Default screen margins, per the Android Design guidelines.
Example customization of dimensions originally defined in res/values/dimens.xml
(such as screen margins) for screens with more than 820dp of available width. This
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
*/
public static final int activity_horizontal_margin=0x7f040000;
public static final int activity_vertical_margin=0x7f040001;
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
}
public static final class id {
public static final int action_settings=0x7f080001;
public static final int jniText=0x7f080000;
}
public static final class layout {
public static final int activity_my=0x7f030000;
}
public static final class menu {
public static final int my=0x7f070000;
}
public static final class string {
public static final int action_settings=0x7f050002;
public static final int app_name=0x7f050000;
public static final int hello_world=0x7f050001;
}
public static final class style {
/** Base application theme.
Customize your theme here.
*/
public static final int AppTheme=0x7f060000;
}
}

View File

@ -1,7 +0,0 @@
#!/bin/sh
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_CMAKE/android.toolchain.cmake -DANDROID_ABI=x86 ..
make
cd ../ && rm -r build && mkdir build && cd build

View File

@ -1,7 +0,0 @@
#!/bin/sh
mkdir build && cd build
cmake -DBOOST_ROOT=/home/tulio/Libraries/android-libs/boost -DCMAKE_TOOLCHAIN_FILE=$ANDROID_CMAKE/android.toolchain.cmake -DANDROID_ABI=x86 ..
make
cd ../ && rm -r build && mkdir build && cd build