Development/How to debug with android
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
This article describes how to debug LibreOffice Viewer for Android.
Android Studio
Android Studio is one of the IDEs that can be used for developing Android applications. During the installation of Android Studio, it will also install the required SDK and NDK in $HOME/Android/Sdk
and $HOME/Android/Sdk/ndk/
respectively.
Using Android Studio and the emulator, you can see the created Android installation package working in action with an Android virtual machine. You will be able to debug the application using Android Studio and the application running in the Android virtual machine.