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:

  1. file -> other settings -> default project structure
  2. sdks
  3. add new sdk (select jdk option)
  4. specify path jdk (in case "c:\program files\java\jdk1.7.0_45")
  5. save changes

you can check if have configured path tho android sdk

good luck!


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -