SSCustomBottomNavigation icon indicating copy to clipboard operation
SSCustomBottomNavigation copied to clipboard

Class file has wrong version 55.0, should be 52.0

Open happysingh23828 opened this issue 2 years ago • 4 comments

Getting class file has wrong version 55.0, should be 52.0 while running the code. we are using JAVA_8 in our project

import com.simform.custombottomnavigation.SSCustomBottomNavigation;
                                         ^
  bad class file: /Users/bitclass-admin/.gradle/caches/transforms-2/files-2.1/cdfc897a9d2a80fb9143ac1851be42a4/jetified-SSCustomBottomNavigation-3.2-api.jar(com/simform/custombottomnavigation/SSCustomBottomNavigation.class)
    class file has wrong version 55.0, should be 52.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.

Screenshot 2021-09-16 at 4 42 03 PM

happysingh23828 avatar Sep 16 '21 11:09 happysingh23828

@simform-solutions

happysingh23828 avatar Sep 16 '21 11:09 happysingh23828

Thanks for reporting. I will check and let you know

ShwetaChauhan18 avatar Sep 16 '21 16:09 ShwetaChauhan18

@happysingh23828 : would you please share more details for this.

MehulKK avatar Aug 25 '22 11:08 MehulKK

@happysingh23828 I guess you are using JAVA_11 make sure you are using JAVA_8 Fore more detail you can check this stackoverflow answer https://stackoverflow.com/a/75212710/12833551

PratikFagadiya avatar Jul 10 '23 16:07 PratikFagadiya