From c28d2c15559afcaae741ee319d5ff019bb08031c Mon Sep 17 00:00:00 2001 From: Tulioh Date: Thu, 25 Dec 2014 14:20:38 -0200 Subject: [PATCH] Compiling for android but have some bugs --- .../example/native_activity/BuildConfig.java | 6 --- .../gen/com/example/native_activity/R.java | 46 ------------------- compile_android.sh | 7 --- compile_android.sh~ | 7 --- 4 files changed, 66 deletions(-) delete mode 100644 android/project/gen/com/example/native_activity/BuildConfig.java delete mode 100644 android/project/gen/com/example/native_activity/R.java delete mode 100644 compile_android.sh delete mode 100644 compile_android.sh~ diff --git a/android/project/gen/com/example/native_activity/BuildConfig.java b/android/project/gen/com/example/native_activity/BuildConfig.java deleted file mode 100644 index 1827f058..00000000 --- a/android/project/gen/com/example/native_activity/BuildConfig.java +++ /dev/null @@ -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; -} \ No newline at end of file diff --git a/android/project/gen/com/example/native_activity/R.java b/android/project/gen/com/example/native_activity/R.java deleted file mode 100644 index a7d24011..00000000 --- a/android/project/gen/com/example/native_activity/R.java +++ /dev/null @@ -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; - } -} diff --git a/compile_android.sh b/compile_android.sh deleted file mode 100644 index dafadbab..00000000 --- a/compile_android.sh +++ /dev/null @@ -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 diff --git a/compile_android.sh~ b/compile_android.sh~ deleted file mode 100644 index 785ad7af..00000000 --- a/compile_android.sh~ +++ /dev/null @@ -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