APK signertool issue -Java Runtime only recognizes class file versions of up to 52.0

NOTE TO SELF:

Signing packages failed. java.lang.UnsupportedClassVersionError: com/android/apksigner/ApkSignerTool has been compiled by a more recent version of Java Runtime(class file version 53.0), this version of the Java Runtime only recognizes class file versions of up to 52.0

https://stackoverflow.com/questions/60441090/apksignertool-issue-with-java-version

Confirmed Solution: . I solved it removing version 30.0.0 (rc2) of android build tools 

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s