I am trying to run the basic hello-world app. I am totally frustrated can\'t find solution to this. What is wrong? I have tried these solutions but still no luck. Please hel
Your logcat output clearly say that application build is failed, beacuse of sdk tools issue. add the path of sdk tools in enviroment variables,like this yourpath\sdk\platform-tools\;'your path'\sdk\tools\
.Make sure that path is added in this way go to advancedsystemsettings->Enviromentvariables->systemvariables(not the user variable) select the path
system variable and add your path