Is an app for all current AndroidTV versions e.g. MI TVs or FireTV sticks.
Go to java>systems>kiznaiver>webappp>MainActivity.java
and change the "<Change me>" to your URL so that it looks like this:
12
13 public static final String EXTRA_URL = "https://github.com/Kiznaiver-Systems/AndroidTV-WebAPP/";
14 WebView myWebview;
Go to res>values>strings.xml
and change the "Change ME" to your URL so that it looks like this:
1 <resources>
2 <string name="app_name">Cool Web APP</string>
Once you have changed the URL you can build the app via the header Build>Build Bundle(s)/APK(s)>APK(s)
and thus create the APK
For ADB:
If you want to start the APP via ADB you have to execute
adb shell am start systems.kiznaiver.webappp/systems.kiznaiver.webappp.MainActivity
in the adb shell