A Simple Demo of Android Webview
- 
For Linux arm64 users, You need to use build-tools built NATIVELY for Linux arm64. Please uncomment the following section in the gradle.propertiesfile and change theaapt2path to your own.#android.aapt2FromMavenOverride=/home/lf/Android/Sdk/build-tools/35.0.1/aapt2
- 
If you need to change the default URL of the Webview, please modify the webview_urlstring inapp/src/main/res/values/strings.xml.<string name="webview_url">https://ys.mihoyo.com/cloud/m/</string>