You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
552 B
24 lines
552 B
2 years ago
|
# Chat example app
|
||
|
|
||
|
## Run on Android:
|
||
|
- connect device or emulator
|
||
|
- `./gradlew installDebug`
|
||
|
- open app
|
||
|
|
||
|
## Run on Desktop jvm
|
||
|
`./gradlew run`
|
||
|
|
||
|
## Run native on MacOS
|
||
|
`./gradlew runDebugExecutableMacosX64` (Works on Intel processors)
|
||
|
|
||
|
## Run web assembly in browser
|
||
|
`./gradlew jsBrowserDevelopmentRun`
|
||
|
|
||
|
## Run on iOS simulator
|
||
|
`./gradlew iosDeployIPhone8Debug`
|
||
|
`./gradlew iosDeployIPadDebug`
|
||
|
|
||
|
## Run on iOS device
|
||
|
- Read about iOS target in [falling-balls-mpp/README.md](../falling-balls-mpp/README.md)
|
||
|
- `./gradlew iosDeployDeviceRelease`
|