mirror of
https://github.com/edubart/otclient.git
synced 2025-11-02 19:56:24 +01:00
Improved input handler
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
|
||||
<uses-sdk android:minSdkVersion="16"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
<application
|
||||
android:debuggable="true"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:hardwareAccelerated="true" >
|
||||
|
||||
|
||||
11
android/project/jni/Android.mk
Normal file
11
android/project/jni/Android.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libotclient
|
||||
LOCAL_SRC_FILES := libotclient.so
|
||||
include $(PREBUILT_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libSDL2
|
||||
LOCAL_SRC_FILES := libSDL2.so
|
||||
include $(PREBUILT_SHARED_LIBRARY)
|
||||
2
android/project/jni/Application.mk
Normal file
2
android/project/jni/Application.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
APP_PLATFORM := android-16
|
||||
APP_ABI := armeabi-v7a
|
||||
Reference in New Issue
Block a user