[DEV] add doc and set android in openGL ES 3 limit at API 19(4.3)

This commit is contained in:
Edouard DUPIN 2017-06-28 08:20:50 +02:00
parent 9131d375b8
commit 7ca034a430
3 changed files with 18 additions and 3 deletions

View File

@ -47,8 +47,8 @@ Do it ... it does not work ...
lutin -C -D -tIOs yourApplication?install
```
Appliocation ID
---------------
Application ID
--------------
It miss some things to do:

15
doc/101_Use_on_Android.md Normal file
View File

@ -0,0 +1,15 @@
Connect device
To connect to a real device or phone via ADB under Arch, you must:
install android-udev
plug in your android device via USB.
Enable USB Debugging on your phone or device:
Jelly Bean (4.2) and newer: Go to Settings --> About Phone tap “Build Number” 7 times until you get a popup that you have become a developer. Then go to Settings --> Developer --> USB debugging and enable it. The device will ask to allow the computer with its fingerprint to connect. allowing it permanent will copy $HOME/.android/adbkey.pub onto the devices /data/misc/adb/adb_keys folder.
If android-udev has been installed, add yourself to the adbusers group:
# gpasswd -a username adbusers

View File

@ -31,6 +31,6 @@ class System(system.System):
destination_path="GL",
recursive=True)
"""
self.add_flag('link-lib', "GLESv2")
self.add_flag('link-lib', "GLESv3")