Working on Android APK building with Makefile

This commit is contained in:
Ray
2017-09-23 00:25:31 +02:00
parent ff9b486ebe
commit 00274f070f
4 changed files with 131 additions and 1 deletions

View File

@ -14,7 +14,7 @@
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="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. -->