Pinned Loading
-
-
android-common-build-errors-and-solutions
android-common-build-errors-and-solutions PublicA repo to provide a quick and easy way to solve common Android and Gradle build issues that often make one question their will to live.
-
-
-
ADB wireless connection. The command...
ADB wireless connection. The commands below allow you to connect to your device wirelessly. 1//for this to work, you have to first connect your device to the computer
2//your pc and device must be on the same network, no internet connectivity is required.
3> adb usb //restart adb in usb mode
4> adb tcpip 5555 //create port to connect to
5> adb connect 192.168.0.1:5555 //[your device's ip address]:[port]
-
javafx-md5-hash-calc-kotlin-coroutines
javafx-md5-hash-calc-kotlin-coroutines PublicA JavaFX MD5 file hash calculator using Kotlin and coroutines.
Kotlin
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.