mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-30 11:04:27 +01:00
Convert server to an Android project
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.
This commit is contained in:
2
server/src/main/AndroidManifest.xml
Normal file
2
server/src/main/AndroidManifest.xml
Normal file
@@ -0,0 +1,2 @@
|
||||
<!-- not a real Android application, it is run by app_process manually -->
|
||||
<manifest package="com.genymobile.scrcpy"/>
|
||||
Reference in New Issue
Block a user