tree: 87d45fdd64fc98d4ea110372e683947e1ff50cc5 [path history] [tgz]
  1. main/
  2. README.md
javascriptengine/integration-tests/testapp/src/README.md

JavaScriptEngine Demo App

See this page rendered in Gitiles markdown.

The JavaScriptEngine demo app serves as both a practical demonstration how to use the latest AndroidX Webkit APIs and as a means to exercise those APIs for manual testing.

Building the demo app

cd frameworks/support/

# Optional: you can use Android Studio as your editor
./studiow

# Build the app
./gradlew :javascriptengine:integration-tests:testapp:assembleDebug

# Install the app
./gradlew :javascriptengine:integration-tests:testapp:installDebug

# Check for Lint warnings
./gradlew :javascriptengine:integration-tests:testapp:lintDebug

# Optional: launch the app via adb
adb shell am start -n com.example.androidx.javascriptengine/.MainActivity