This message was deleted.
# community-support
s
This message was deleted.
v
Did you refresh the Gradle project? Does it also error when building from command-line? If yes, can you share a build
--scan
?
v
It's only in the runtime classpath
Are you sure you added it to
implementation
, not
runtimeOnly
?
Hm, actually there is no compile classpath in the report
Ah, ok, it doesn't even come to compilation
```appprocessDebugMainManifest FAILED
[code-scanner-2.1.0.aar] C:\Users\VYSHNAV\.gradle\caches\transforms-3\5a8a0677368d58ddbdd88b12937e6b24\transformed\code-scanner-2.1.0\AndroidManifest.xml Warning:
Namespace 'com.budiyev.android.codescanner' used in: code-scanner-2.1.0.aar, com.github.yuriy-budiyevcode scanner2.3.2.
C:\Users\VYSHNAV\AndroidStudioProjects\Login\app\src\main\AndroidManifest.xml Error:
uses-sdk:minSdkVersion 23 cannot be smaller than version 24 declared in library [:qrcodelibrary] C:\Users\VYSHNAV\AndroidStudioProjects\Login\qrcodelibrary\build\intermediates\merged_manifest\debug\AndroidManifest.xml as the library might be using APIs not available in 23
Suggestion: use a compatible library with a minSdk of at most 23,
or increase this project's minSdk version to at least 24,
or use tools:overrideLibrary="com.example.qrcodelibrary" to force usage (may lead to runtime failures)```