This is a migrated thread and some comments may be shown as answers.

Android Studio fails to open Android demo application

2 Answers 88 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Uroš
Top achievements
Rank 2
Uroš asked on 10 Feb 2014, 11:03 AM
Opening of Android Demo application in Android Studio 0.4.4 fails. I have Android SdK buidl Tools 19 installed....

11:07:20 Failed to refresh Gradle project 'DemoApplication'
         Cause: failed to find Build Tools revision 19.0.0
         Please install the missing Build Tools from the Android SDK Manager.
         Open Android SDK Manager

2 Answers, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 10 Feb 2014, 04:51 PM
Hello Uroš,

It seems your Build Tools are newer (19.0.1) than what the DemoApp specifies (19.0.0).

See the attached image:
  1. In Android Studio, open DemoApplication > DemoApplication > build.gradle
  2. Locate the buildToolsVersion line
  3. Change its value to 19.0.1

Regards,
Anthony
Telerik
Test your Android and iOS apps against any device or browser with Telerik Mobile Testing. Part of the Telerik Platform.
0
Uroš
Top achievements
Rank 2
answered on 12 Feb 2014, 07:03 AM
Thx for a tip.
Tags
General Discussions
Asked by
Uroš
Top achievements
Rank 2
Answers by
Anthony
Telerik team
Uroš
Top achievements
Rank 2
Share this question
or