This website requires JavaScript.
Explore
Help
Sign In
drgreen
/
scrcpy
Watch
1
Star
0
Fork
0
You've already forked scrcpy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
scrcpy
/
.gitignore
9 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2018-01-29 17:06:44 +01:00
build/
/dist/
Git-ignore release directories
2020-06-02 18:17:25 +02:00
/build-*/
/build_*/
/release-*/
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.
2018-01-29 17:06:44 +01:00
.idea/
.gradle/
gitignore: Add x/ directory People following default build instructions can be caught off guard by seeing the build artifacts in the git tree. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> Signed-off-by: Romain Vimont <rom@rom1v.com>
2020-04-03 20:32:13 +05:30
/x/
Reference in New Issue
Copy Permalink