mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 05:24:19 +01:00
To simplify the device server-side build, use gradle to create an APK, even if we use it as a simple jar, by running its main() method.
9 lines
88 B
Plaintext
9 lines
88 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|