F8app: failed to find Build Tools revision 23.0.2

Created on 10 Jun 2016  路  4Comments  路  Source: fbsamples/f8app

Hello,

I am having hard time to run the f8 app. During android-run, I get the following error:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> A problem occurred configuring project ':react-native-push-notification'.
   > failed to find Build Tools revision 23.0.2

In android/app/build.gradle, default is:
buildToolsVersion "23.0.1"

So I installed build Tools 23.0.2 instead but then I have
> failed to find Build Tools revision 23.0.1 ...

I even try to install both version, and set in build.gradle alteratively 23.0.1 and 23.0.2 but each time one cannot be found.

Most helpful comment

I had the same problem. Fixed by running project from Android Studio, it asks for installing the missing build tools version.

All 4 comments

When trying to make things work, I installed many different things. After a vagrant destroy and reinstall everything, that error disappeared.

I had the same problem, how to solve that?
@trompx

I had the same problem

I had the same problem. Fixed by running project from Android Studio, it asks for installing the missing build tools version.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pythonsir picture pythonsir  路  10Comments

mikelambert picture mikelambert  路  7Comments

etamity picture etamity  路  4Comments

bjacog picture bjacog  路  7Comments

santosrai picture santosrai  路  3Comments