Answers for "Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01"

1

Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01

set distributionUrl=https://services.gradle.org/distributions/gradle-7.0.2-bin.zip in gradle-wrapper.properties 

set classpath 'com.android.tools.build:gradle:7.0.3' in android/build.gradle
Posted by: Guest on March-09-2022
0

warning: mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01

<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
    <item name="android:windowBackground">@drawable/launch_background</item>
</style>
Posted by: Guest on April-25-2022

Code answers related to "Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01"

Browse Popular Code Answers by Language