Package Details: xiaomi-adb-fastboot-tools 7.0.3-2

Git Clone URL: https://aur.archlinux.org/xiaomi-adb-fastboot-tools.git (read-only, click to copy)
Package Base: xiaomi-adb-fastboot-tools
Description: Simple tool for managing Xiaomi devices on desktop using ADB and Fastboot
Upstream URL: https://szaki.github.io/XiaomiADBFastbootTools/
Licenses: MIT
Submitter: pfm
Maintainer: None
Last Packager: RogueGirl
Votes: 7
Popularity: 0.000001
First Submitted: 2019-11-15 22:17 (UTC)
Last Updated: 2021-05-10 14:14 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

huyz commented on 2021-06-01 08:18 (UTC)

@zblissbloom @SamLukeYes I got the same error when building this package. And I solved this problem by replacing gradle with gradle6.

simona commented on 2021-05-10 15:26 (UTC)

yes, bin is ok

SamLukeYes commented on 2021-05-08 02:40 (UTC)

I also had trouble building this package, so I made xiaomi-adb-fastboot-tools-bin, which uses the official jar directly.

zblissbloom commented on 2021-05-06 15:41 (UTC)

EgidioCaprino commented on 2021-04-27 17:42 (UTC)

Should the jre11-openjdk be java-environment instead? What if you use another JDK rather than OpenJDK?

RogueGirl commented on 2021-04-25 01:11 (UTC)

can you please change jre11-openjdk to jre-openjdk ?

niva commented on 2021-02-02 20:10 (UTC) (edited on 2021-02-02 20:24 (UTC) by niva)

* What went wrong:
java.lang.UnsupportedClassVersionError: org/openjfx/gradle/JavaFXPlugin has been
 compiled by a more recent version of the Java Runtime (class file version 55.0),
 this version of the Java Runtime only recognizes class file versions up to 52.0

> org/openjfx/gradle/JavaFXPlugin has been compiled by a more recent version of
 the Java Runtime (class file version 55.0), this version of the Java Runtime 
nly recognizes class file versions up to 52.0 

The same error krackpipe got. Does not matter if I install jdk11-openjdk or jdk-openjdk.

archcid commented on 2020-11-07 19:29 (UTC)

cyclical update attempts

aur/xiaomi-adb-fastboot-tools 7.0.3-1 -> 7.0.3-1

theopouris commented on 2020-10-29 08:52 (UTC)

Hi krackpipe, I updated the dependencies so it picks only jre11, as the option ">=11" did not seem to work. I can see that you are using an older version of Java.

krackpipe commented on 2020-10-28 17:34 (UTC)

Thanks for maintaining this application. I noticed java version problems with compiling lately. No errors with downloading, with Gradle, or any initialization, but compiling fails java checks.

$ uname -r 
5.9.1-arch1-1
$ java -version
openjdk version "1.8.0_265"
OpenJDK Runtime Environment (build 1.8.0_265-b01)
OpenJDK 64-Bit Server VM (build 25.265-b01, mixed mode)
$ yay -S xiaomi-adb-fastboot-tools
[snip]
FAILURE: Build failed with an exception.

* What went wrong:
java.lang.UnsupportedClassVersionError: org/openjfx/gradle/JavaFXPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
> org/openjfx/gradle/JavaFXPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0