0

i have followed steps STEPS and have improted projectName--->platforms->android folder in android studio but when trying to run getting this error : issues I am not getting what the issue is ? While i m using 1.7 version of java?

Erum
  • 790
  • 3
  • 14
  • 36
  • are you trying to import the cordova project in android studio ? – Hassan ALi Aug 02 '16 at 11:49
  • Possible duplicate of [How to fix java.lang.UnsupportedClassVersionError: Unsupported major.minor version](http://stackoverflow.com/questions/10382929/how-to-fix-java-lang-unsupportedclassversionerror-unsupported-major-minor-versi) – OneCricketeer Aug 02 '16 at 12:48

1 Answers1

0

You are using the latest version of SDK Android to compile. This version requires Java 1.8 to work. So you need to use Java 1.8 if you use the latest version of SDK Android.

e666
  • 1,305
  • 11
  • 20