Android SDK Platform Tools
https://github.com/nmeum/android-tools
Android SDK Platform Tools is a component for the Android SDK. It includes tools that interface with the Android platform, such as adb, fastboot, and systrace. These tools are required for Android app development. They're also needed if you want to unlock your device bootloader and flash it with a new system image.
Although some new features in these tools are available only for recent versions of Android, the tools are backward compatible, so you need only one version of the SDK Platform Tools.
- Links to hardware / android-tools
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Wolfheri/android-tools && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000116 116 Bytes | |
_service | 0000000263 263 Bytes | |
android-tools-34.0.1.tar.xz | 0037904276 36.1 MB | |
android-tools.changes | 0000011883 11.6 KB | |
android-tools.spec | 0000004902 4.79 KB | |
fix-install-completion.patch | 0000002849 2.78 KB | |
man-pages.tar.gz | 0000009300 9.08 KB | |
vendor.tar.gz | 0001141163 1.09 MB |
Comments 2
Soccut wrote
This tool is essential for my geometry dash project.
Wolfheri wrote
Hello Soccut,
My project is first and foremost a collection of packages from other repositories that I rebuild in order to have them all in one place.
Indeed, there is a dependency problem for android-tools. It only affects leap 15.4, but I don't know why. Especially as there's no problem in the original project.
Leap 15.5 has just been released, and I plan to upgrade soon.
For your project, I'd advise you either to migrate to Leap 15.5, which has more recent software stacks (notably python 3.11), or to Tumbleweed, which is a rolling release.
Alternatively, you can install android-tools from the hardware repository:
zypper addrepo https://download.opensuse.org/repositories/hardware/15.4/hardware.repo zypper refresh zypper install android-tools
I wish you good luck with your project.