소스 검색

More work on Android APK building...

For some reason it's not working properly... :(
pull/363/head
Ray San 7 년 전
부모
커밋
96b8c9dd5a
4개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      release/android/armeabi-v7a/libraylib.a
  2. +1
    -1
      templates/android_project/AndroidManifest.xml
  3. +1
    -1
      templates/android_project/Makefile
  4. BIN
      templates/android_project/jni/libs/libraylib.a

BIN
release/android/armeabi-v7a/libraylib.a 파일 보기


+ 1
- 1
templates/android_project/AndroidManifest.xml 파일 보기

@ -14,7 +14,7 @@
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="16" a">android:targetSdkVersion="16" />
<uses-sdk android:minSdkVersion="16" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<!--<supports-gl-texture android:name="GL_OES_compressed_ETC1_RGB8_texture" android:required="true"/>-->
<!-- We do not have Java code. Therefore android:hasCode is set to false. -->

+ 1
- 1
templates/android_project/Makefile 파일 보기

@ -58,7 +58,7 @@ LFLAGS = -L. -Ljni/libs -Ljni -Llib
# Define any libraries to link into executable
# if you want to link libraries (libname.so or libname.a), use the -lname
LIBS = -lraylib -lopenal -llog -landroid -lEGL -lGLESv2 -lOpenSLES
LIBS = -lraylib -llog -landroid -lEGL -lGLESv2 -lOpenSLES
# Building APK
# NOTE: typing 'make' will invoke the default target entry called 'all',

BIN
templates/android_project/jni/libs/libraylib.a 파일 보기


불러오는 중...
취소
저장