0

i have a project with ionic and works fine in browser, but when i try to load it on Android Studio, i import it and then appear a error saying:

Error:failed to find Build Tools revision 24.0.1
<a href="install.build.tools">Install Build Tools 24.0.1 and sync project</a>

If i try to downgrade the version cordoba project not run, weird thing is that according to the IDE i have the correct version of it.

Even in build.grade file

compileSdkVersion 24
buildToolsVersion '24.0.1'

Trying to load cordoba project in Android Studio

SDK Manager:

enter image description here

Raymond Camden
  • 10,661
  • 3
  • 34
  • 68
alexmorgan.cr
  • 270
  • 6
  • 18

1 Answers1

0

Make sure that Andorid SDK is installed in the right path

Setting ANDROID_HOME enviromental variable on Mac OS X

Community
  • 1
  • 1
solimanware
  • 2,952
  • 4
  • 20
  • 40