question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android SDK BuildToolsVersion and compileSdkVersion update implication

See original GitHub issue

I’ve noticed that 2 months ago the version of the buildToolsVersion has been bumped from 23.0.1 (required version from react-native docs) to 25.0.1, as well as the compileSdkVersion from 23 to 25

The React Native docs specifically says:

Look for and expand the “Android SDK Build Tools” entry, then make sure that Android SDK Build-Tools 23.0.1 is selected.

Someone also tries to submit a PR to react-native project that got rejected with the following comment:

You do indeed need version 23 - the docs are correct…

I’m not sure what is the implication of this and just want to raise it here. Here is my original comment on the commit:

https://github.com/react-native-community/react-native-svg/commit/47a79d392a23c608a16ad51235a7af3826f65922#commitcomment-22096489

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:9
  • Comments:14

github_iconTop GitHub Comments

1reaction
msandcommented, Feb 3, 2018

@hrm123 @nol13 @Maxwell2022 I’ve released a new version, which aligns with react-native init, to make it as easy as possible for newcomers. Anyone with needs to upgrade any versions to anything different from that, will hopefully learn how to change them in their dependencies in the process as well. Lets see if they upgrade any versions, now that a PR exists. Can release a new version to align with that when they do.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android SDK BuildToolsVersion and compileSdkVersion ...
I've noticed that 2 months ago the version of the buildToolsVersion has been ... Android SDK BuildToolsVersion and compileSdkVersion update implication #332.
Read more >
Can Android Build Tools always be up to date (instead of ...
1 Answer 1 ... You should always keep your Build Tools component updated by downloading the latest version using the Android SDK Manager....
Read more >
Set up the 12L SDK - Android Developers
Get Android Studio; Install the SDK; Update your app's build ... and update the compileSdkVersion and targetSdkVersion with values for 12L:.
Read more >
Using Gradle Extra Properties Extension to Configure Git ...
In my submodule's build.gradle I had to reference those properties: android { compileSdkVersion rootProject.ext.compileSdkVersion buildToolsVersion rootProject.
Read more >
CompileSdkVersion and targetSdkVersion — what is the ...
compileSdkVersion defines which Android SDK version will be used by gradle to compile your app. For example: In Android 12, so in SDK...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found