Android Studio - cannot run project on andriod studio

Thread Starter

metric_electric

Joined Aug 21, 2013
33
Hello,

Please I need help with running my demo project on andriod studio.

Below is a screenshot of the error

Screen Shot 2016-05-13 at 2.14.53 AM.png I am using a macbook pro.

I do not understand the error ,message, I am very new to andriod studio
 

Alec_t

Joined Sep 17, 2013
14,313
The message seems clear enough: a required file or directory is missing from the specified directory. Btw, the spelling should be "Android", not "andriod". Perhaps that's why the file can't be found?
 

Alec_t

Joined Sep 17, 2013
14,313
Doesn't a Mac have a file search function? Have you tried searching for it on the site from which you downloaded the software?
 

MrSoftware

Joined Oct 29, 2013
2,197
Find out where your java executable is. It might be that Android Studio is expecting a different version of java, which would likely be installed in a different location. You might be able to edit the settings in Android Studio to point it to your current java install.
 
Top