diff --git a/android/libs/armeabi-v7a/libbass.so b/android/libs/armeabi-v7a/libbass.so new file mode 100644 index 0000000..883a37a Binary files /dev/null and b/android/libs/armeabi-v7a/libbass.so differ diff --git a/android/libs/armeabi/libbass.so b/android/libs/armeabi/libbass.so new file mode 100644 index 0000000..c30b885 Binary files /dev/null and b/android/libs/armeabi/libbass.so differ diff --git a/android/libs/x86/libbass.so b/android/libs/x86/libbass.so new file mode 100644 index 0000000..53b776a Binary files /dev/null and b/android/libs/x86/libbass.so differ diff --git a/android/project.properties b/android/project.properties new file mode 100644 index 0000000..a08f37e --- /dev/null +++ b/android/project.properties @@ -0,0 +1 @@ +target=android-21 \ No newline at end of file diff --git a/path_functions.cpp b/path_functions.cpp index d76a6a0..7f0b83c 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -13,6 +13,8 @@ QString AOApplication::get_base_path() return "E:/AO/client/base/"; #elif defined(OMNI_WIN_DEBUG2) return "F:/winshare/AO/client/base/"; +#elif defined(ANDROID) + return "/storage/extSdCard/AO2/"; #else return (QDir::currentPath() + "/base/"); #endif