| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Check out the project using IntelliJ IDEA. This creates the local.properties file with the required line
sdk.dir=<root folder of Android Studio's Android SDK installation>
In IntelliJ: Run > Run app
In IntelliJ's Project view:
You can also use Gradle in a Terminal window:
$ ./gradlew testDebug # on all platforms
You can view the resulting test reports in HTML by opening this file in your browser:
app/build/reports/tests/debug/index.html
(So far, this example does not include any Android instrumentation tests.)
| Back | FazBrowse Home | New Git URL |