1

It's my first time developing an app using ionic framework, but everytime I try to execute $ ionic build --release android this error always occur. What should I do?

I already have jdk1.8.0_101 version installed.

enter image description here

6
  • Refer docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t Commented Aug 9, 2016 at 7:12
  • What does $ java -version give you? Commented Aug 9, 2016 at 7:17
  • still didn't work :( Commented Aug 9, 2016 at 7:19
  • java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0._101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) Commented Aug 9, 2016 at 7:20
  • 1
    Looks like you have set wrong PATH variable for jdk .Add the location of the bin folder of the JDK installation for the PATH variable in System Variables Commented Aug 9, 2016 at 7:34

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.