Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark authored Feb 14, 2024
1 parent a836906 commit f5cb979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cmake .. -DLVK_WITH_SAMPLES_ANDROID=ON
cd android/Tiny # or any other sample
./gradlew assembleDebug # or assembleRelease
```
Yoy can also open the project in Android Studio and build it from there.
You can also open the project in Android Studio and build it from there.

Before running demo apps on your device, connect the device to a desktop machine and run the deployment script:

Expand All @@ -98,7 +98,7 @@ python3 deploy_content_android.py

> NOTE: To run demos on an Android device, it should support Vulkan 1.3. Please check https://vulkan.gpuinfo.org/listdevices.php?platform=android
> NOTE: At the moment, demo apps support no touch input on Android.
> NOTE: At the moment, no touch input is supported on Android.
## Screenshots

Expand Down

0 comments on commit f5cb979

Please sign in to comment.