


Click the android studio menu ” File -> Project Structure “.1.2 Change in android studio project structure dialog.

You can search for it if you can not find it immediately. Change minSdkVersion and targetSdkVersion in the right panel.Select Project in android studio Project view.1.1 Change in the android studio project adle File. There are two methods that can change the android SDK version in android studio. Change Android SDK Version In Android Studio. Your app should compatible with all the android os versions between minSdkVersion and targetSdkVersion.targetSdkVersion: This is the android os version that your app actually executed.minSdkVersion: This is the minimum version of android os that your app support.If (project.First, we should know the below two terms about the android SDK version. removed node_modules, yarn.lock and global yarn cacheĪpp/adle apply plugin: ""Īpply from: "././node_modules/react-native/adle"Īpply from: "././node_modules/react-native-sentry/adle"ĭef enableSeparateBuildPerCPUArchitecture = falseĭef enableProguardInReleaseBuilds = false.Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project. Presents the following message: Unsupported Modules Detected: Compilation is not supported for following modules: react-native-device-info, react-native-locale, react-native-fast-image, lottie-react-native, react-native-google-analytics-bridge, react-native-keep-awake, react-native-fetch-blob, react-native-vector-icons, react-native-sentry, react-native-orientation, react-native-sound. Builds in Android Studio at least sometimes (I think I’ve had at least one instance when it won’t build in this state due to Argument for parameter 'message' of com/android/tools/idea/gradle/project/sync/GradleSyncState.syncFailed must not be null). gradlew assembleRelease, react-native run-android etc).
