125 lines
5.5 KiB
Plaintext
125 lines
5.5 KiB
Plaintext
> Task :app:preBuild UP-TO-DATE
|
|
> Task :app:preDebugBuild UP-TO-DATE
|
|
> Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
|
|
> Task :app:checkKotlinGradlePluginConfigurationErrors SKIPPED
|
|
> Task :app:dataBindingMergeDependencyArtifactsDebug UP-TO-DATE
|
|
> Task :app:generateDebugResValues UP-TO-DATE
|
|
> Task :app:generateDebugResources UP-TO-DATE
|
|
> Task :app:mergeDebugResources UP-TO-DATE
|
|
> Task :app:packageDebugResources UP-TO-DATE
|
|
> Task :app:parseDebugLocalResources UP-TO-DATE
|
|
> Task :app:dataBindingGenBaseClassesDebug UP-TO-DATE
|
|
> Task :app:generateDebugBuildConfig UP-TO-DATE
|
|
> Task :app:checkDebugAarMetadata UP-TO-DATE
|
|
> Task :app:mapDebugSourceSetPaths UP-TO-DATE
|
|
> Task :app:createDebugCompatibleScreenManifests
|
|
> Task :app:extractDeepLinksDebug UP-TO-DATE
|
|
> Task :app:processDebugMainManifest UP-TO-DATE
|
|
> Task :app:processDebugManifest
|
|
> Task :app:processDebugManifestForPackage UP-TO-DATE
|
|
> Task :app:javaPreCompileDebug UP-TO-DATE
|
|
> Task :app:mergeDebugShaders UP-TO-DATE
|
|
> Task :app:compileDebugShaders NO-SOURCE
|
|
> Task :app:generateDebugAssets UP-TO-DATE
|
|
> Task :app:mergeDebugAssets UP-TO-DATE
|
|
> Task :app:compressDebugAssets UP-TO-DATE
|
|
> Task :app:checkDebugDuplicateClasses UP-TO-DATE
|
|
> Task :app:desugarDebugFileDependencies UP-TO-DATE
|
|
> Task :app:mergeExtDexDebug UP-TO-DATE
|
|
> Task :app:mergeLibDexDebug UP-TO-DATE
|
|
> Task :app:mergeDebugJniLibFolders UP-TO-DATE
|
|
> Task :app:mergeDebugNativeLibs UP-TO-DATE
|
|
> Task :app:stripDebugDebugSymbols UP-TO-DATE
|
|
> Task :app:validateSigningDebug UP-TO-DATE
|
|
> Task :app:writeDebugAppMetadata UP-TO-DATE
|
|
> Task :app:writeDebugSigningConfigVersions UP-TO-DATE
|
|
> Task :app:preDebugUnitTestBuild UP-TO-DATE
|
|
> Task :app:javaPreCompileDebugUnitTest UP-TO-DATE
|
|
> Task :app:preDebugAndroidTestBuild SKIPPED
|
|
> Task :app:generateDebugAndroidTestResValues UP-TO-DATE
|
|
> Task :app:extractProguardFiles UP-TO-DATE
|
|
> Task :app:processDebugResources
|
|
> Task :app:kspDebugKotlin UP-TO-DATE
|
|
> Task :app:compileDebugKotlin UP-TO-DATE
|
|
> Task :app:compileDebugJavaWithJavac UP-TO-DATE
|
|
> Task :app:hiltAggregateDepsDebug UP-TO-DATE
|
|
> Task :app:hiltJavaCompileDebug UP-TO-DATE
|
|
> Task :app:processDebugJavaRes UP-TO-DATE
|
|
> Task :app:mergeDebugJavaResource UP-TO-DATE
|
|
> Task :app:transformDebugClassesWithAsm UP-TO-DATE
|
|
> Task :app:dexBuilderDebug
|
|
> Task :app:mergeProjectDexDebug UP-TO-DATE
|
|
> Task :app:bundleDebugClassesToRuntimeJar UP-TO-DATE
|
|
> Task :app:bundleDebugClassesToCompileJar UP-TO-DATE
|
|
> Task :app:kspDebugUnitTestKotlin UP-TO-DATE
|
|
> Task :app:compileDebugUnitTestKotlin UP-TO-DATE
|
|
> Task :app:compileDebugUnitTestJavaWithJavac NO-SOURCE
|
|
> Task :app:hiltAggregateDepsDebugUnitTest UP-TO-DATE
|
|
> Task :app:hiltJavaCompileDebugUnitTest NO-SOURCE
|
|
> Task :app:processDebugUnitTestJavaRes UP-TO-DATE
|
|
> Task :app:transformDebugUnitTestClassesWithAsm UP-TO-DATE
|
|
> Task :app:testDebugUnitTest UP-TO-DATE
|
|
> Task :app:generateDebugAndroidTestLintModel UP-TO-DATE
|
|
> Task :app:generateDebugLintReportModel UP-TO-DATE
|
|
> Task :app:generateDebugUnitTestLintModel UP-TO-DATE
|
|
> Task :app:lintAnalyzeDebug UP-TO-DATE
|
|
> Task :app:lintAnalyzeDebugAndroidTest UP-TO-DATE
|
|
> Task :app:lintAnalyzeDebugUnitTest UP-TO-DATE
|
|
> Task :app:lintReportDebug UP-TO-DATE
|
|
|
|
> Task :app:lintDebug FAILED
|
|
Lint found 4 errors, 329 warnings, 8 hints. First failure:
|
|
|
|
/Users/hanqiu/Desktop/KIOSK/app/src/main/AndroidManifest.xml: Error: When targeting Android 13 or higher, posting a permission requires holding the POST_NOTIFICATIONS permission (usage from com.bumptech.glide.request.target.NotificationTarget) [NotificationPermission]
|
|
|
|
Explanation for issues of type "NotificationPermission":
|
|
When targeting Android 13 and higher, posting permissions requires holding
|
|
the runtime permission android.permission.POST_NOTIFICATIONS.
|
|
|
|
|
|
The full lint text report is located at:
|
|
/Users/hanqiu/Desktop/KIOSK/app/build/intermediates/lint_intermediate_text_report/debug/lintReportDebug/lint-results-debug.txt
|
|
|
|
> Task :app:packageDebug
|
|
There are no .so files available to package in the APK for armeabi.
|
|
|
|
> Task :app:createDebugApkListingFileRedirect
|
|
|
|
FAILURE: Build failed with an exception.
|
|
|
|
* What went wrong:
|
|
Execution failed for task ':app:lintDebug'.
|
|
> Lint found errors in the project; aborting build.
|
|
|
|
Fix the issues identified by lint, or create a baseline to see only new errors.
|
|
To create a baseline, run `gradlew updateLintBaseline` after adding the following to the module's build.gradle file:
|
|
```
|
|
android {
|
|
lint {
|
|
baseline = file("lint-baseline.xml")
|
|
}
|
|
}
|
|
```
|
|
For more details, see https://developer.android.com/studio/write/lint#snapshot
|
|
|
|
Lint found 4 errors, 329 warnings, 8 hints. First failure:
|
|
|
|
/Users/hanqiu/Desktop/KIOSK/app/src/main/AndroidManifest.xml: Error: When targeting Android 13 or higher, posting a permission requires holding the POST_NOTIFICATIONS permission (usage from com.bumptech.glide.request.target.NotificationTarget) [NotificationPermission]
|
|
|
|
Explanation for issues of type "NotificationPermission":
|
|
When targeting Android 13 and higher, posting permissions requires holding
|
|
the runtime permission android.permission.POST_NOTIFICATIONS.
|
|
|
|
|
|
The full lint text report is located at:
|
|
/Users/hanqiu/Desktop/KIOSK/app/build/intermediates/lint_intermediate_text_report/debug/lintReportDebug/lint-results-debug.txt
|
|
|
|
* Try:
|
|
> Run with --stacktrace option to get the stack trace.
|
|
> Run with --info or --debug option to get more log output.
|
|
> Run with --scan to get full insights.
|
|
> Get more help at https://help.gradle.org.
|
|
|
|
BUILD FAILED in 6s
|
|
61 actionable tasks: 7 executed, 54 up-to-date
|