commit 9880fefddbfd6b17cc7dd05e9a111ecf7cc1a507 Author: Miku AuahDark Date: Fri Feb 14 10:24:19 2020 +0800 Initial Home page diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..f199e9a --- /dev/null +++ b/Home.md @@ -0,0 +1,17 @@ +# LÖVE for Android Wiki + +Here are some pages that you might be looking for: + +* [[FAQ - Frequently Asked Questions]] +* [[Building LÖVE for Android - Android Studio]] +* [[Logcat]] (obtaining ```print(...)``` output) +* [[Keyboard and physical Keys]] +* [[Shaders in Android]] + +For up-to-date documentation of LÖVE 11.0's API for Android and other platforms, go to the [LÖVE wiki](https://www.love2d.org/wiki/). + +## Crashes or found a bug? + +If you have problems or crashes it is best if you can provide us output from the Android logging system Logcat. Here is how you can access them: + +* [[How to get output of Logcat]]