react-native-android-update
Version:
A React Native module to update android apk. Supports progress notification.
85 lines (76 loc) • 4.96 kB
text/xml
<issues format="4" by="lint 25.2.2">
<issue
id="InvalidPackage"
severity="Error"
message="Invalid package reference in library; not included in Android: `java.nio.file`. Referenced from `okio.Okio`."
category="Correctness"
priority="6"
summary="Package not included in Android"
explanation="This check scans through libraries looking for calls to APIs that are not included in Android.
When you create Android projects, the classpath is set up such that you can only access classes in the API packages that are included in Android. However, if you add other projects to your libs/ folder, there is no guarantee that those .jar files were built with an Android specific classpath, and in particular, they could be accessing unsupported APIs such as java.applet.
This check scans through library jars and looks for references to API packages that are not included in Android and flags these. This is only an error if your code calls one of the library classes which wind up referencing the unsupported package.">
<location
file="C:\Users\wwm\.gradle\caches\modules-2\files-2.1\com.squareup.okio\okio\1.6.0\98476622f10715998eacf9240d6b479f12c66143\okio-1.6.0.jar"/>
</issue>
<issue
id="GradleOverrides"
severity="Warning"
message="This `versionCode` value (`1`) is not used; it is always overridden by the value specified in the Gradle build script (`2`)"
category="Correctness"
priority="4"
summary="Value overridden by Gradle build script"
explanation="The value of (for example) `minSdkVersion` is only used if it is not specified in the `build.gradle` build scripts. When specified in the Gradle build scripts, the manifest value is ignored and can be misleading, so should be removed to avoid ambiguity."
errorLine1=" android:versionCode="1""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="F:\Projects\school\school\reactNative\react-native-android-update\android\src\main\AndroidManifest.xml"
line="5"
column="3"/>
</issue>
<issue
id="GradleOverrides"
severity="Warning"
message="This `versionName` value (`1.0`) is not used; it is always overridden by the value specified in the Gradle build script (`1.1`)"
category="Correctness"
priority="4"
summary="Value overridden by Gradle build script"
explanation="The value of (for example) `minSdkVersion` is only used if it is not specified in the `build.gradle` build scripts. When specified in the Gradle build scripts, the manifest value is ignored and can be misleading, so should be removed to avoid ambiguity."
errorLine1=" android:versionName="1.0">"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="F:\Projects\school\school\reactNative\react-native-android-update\android\src\main\AndroidManifest.xml"
line="6"
column="3"/>
</issue>
<issue
id="GradleOverrides"
severity="Warning"
message="This `minSdkVersion` value (`16`) is not used; it is always overridden by the value specified in the Gradle build script (`16`)"
category="Correctness"
priority="4"
summary="Value overridden by Gradle build script"
explanation="The value of (for example) `minSdkVersion` is only used if it is not specified in the `build.gradle` build scripts. When specified in the Gradle build scripts, the manifest value is ignored and can be misleading, so should be removed to avoid ambiguity."
errorLine1=" android:minSdkVersion="16""
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="F:\Projects\school\school\reactNative\react-native-android-update\android\src\main\AndroidManifest.xml"
line="16"
column="5"/>
</issue>
<issue
id="GradleOverrides"
severity="Warning"
message="This `targetSdkVersion` value (`23`) is not used; it is always overridden by the value specified in the Gradle build script (`23`)"
category="Correctness"
priority="4"
summary="Value overridden by Gradle build script"
explanation="The value of (for example) `minSdkVersion` is only used if it is not specified in the `build.gradle` build scripts. When specified in the Gradle build scripts, the manifest value is ignored and can be misleading, so should be removed to avoid ambiguity."
errorLine1=" android:targetSdkVersion="23" />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="F:\Projects\school\school\reactNative\react-native-android-update\android\src\main\AndroidManifest.xml"
line="17"
column="5"/>
</issue>
</issues>