doc: add emulator usage instructions into the readme
Compare changes
+ 29
− 4
@@ -13,6 +14,7 @@ You can get the pre-built app from either [Google Play Store][google-play-link]
@@ -81,7 +83,24 @@ cmake --build build
Android emulators run behind a [virtual router](https://developer.android.com/studio/run/emulator-networking) and network address translation (NAT) so they can't be accessed directly from the host machine. There is one TCP port required to be forwarded in between that virtual router and the host machine so that Qt Design Studio can communicate with the application.
@@ -94,11 +113,11 @@ npm i -g xunit-viewer
@@ -108,7 +127,7 @@ It's easy for an individual developer to forget to increment it before the relea
There's no `AndroidManifest.xml` file in the repository. `AndroidManifest.xml.in` file is used to generate the `AndroidManifest.xml` file during the configuration step. The `versionCode` value is set to the `GOOGLE_PLAY_APP_VERSION` and the `versionName` value is set to the output of the `git describe --always --tags` command.
@@ -126,3 +145,9 @@ Both values can be seen in the `AndroidManifest.xml` file after the CMake config