Android Studio build error or misconfigured -
i having trouble building android studio on 1 of computers. same project building fine , when pushed github , pulled other machine following error
argument 0 @notnull parameter of com/intellij/execution/configurations/generalcommandline.setexepath must not null
i tried generating new default project , same build error must setup.
does know can fix these issues? or how uninstall android studio , start fresh?
i had same error. in case caused because of modification important configuration. fixed issue executing following steps:
- file -> other settings -> default project structure
- sdks
- add new sdk (select jdk option)
- specify path jdk (in case "c:\program files\java\jdk1.7.0_45")
- save changes
you can check if have configured path tho android sdk
good luck!
Comments
Post a Comment