1

Can't read

[C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v7.0\mono.android.jar] (Can't process class [android/app/ActivityTracker.class] (Unsupported class version number [52.0] (maximum 51.0, Java 1.7)))

how to solve this issue..??

Nikola Sivkov
  • 2,812
  • 3
  • 37
  • 63
  • 2
    Possible duplicate of [Unsupported major.minor version 52.0 in Visual Studio + Xamarin](http://stackoverflow.com/questions/39879486/unsupported-major-minor-version-52-0-in-visual-studio-xamarin) – Prashant Cholachagudda Oct 13 '16 at 06:39
  • Possible duplicate of [Error Proguard Unsupported class version number](http://stackoverflow.com/questions/22670059/error-proguard-unsupported-class-version-number) – jdstaerk Oct 13 '16 at 12:04

1 Answers1

3

Had this error too. Which JDK Version do you have installed? I had no problems after upgrading it to version 1.8

Alright, if somebody else is reading this with the same problem, upgrading ProGuard seems to fix this problem too. Just try that! :)

jdstaerk
  • 882
  • 1
  • 13
  • 30