mirror of
https://github.com/edubart/otclient.git
synced 2025-06-05 18:44:28 +02:00
Compiling for android but have some bugs
This commit is contained in:
parent
7e34c452a1
commit
c28d2c1555
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user