Import an Android Project from Eclipse to Android Studio and I have this error message "failed to find Build Tools revision 8.0.0" -


i'm trying import android project eclipse android studio, in eclipse done step export, adding build.gradle ... have error message "failed find build tools revision 8.0.0" when import project in android studio, ideas?...

your build.gradle trying use android sdk tools 8 isn't installed on machine. if @ build.gradle file have line buildtoolsversion "8". want build.gradle file point android sdk tools have installed (preferably latest). open android sdk manager , see tools have installed , change buildtoolsversion "8" right version.


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -