You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all i followed that issue and installed the lib: #119
(I created signing.properties file by myself)
After that i create a file in my project and moved the smartscannerlib-release.aar file to there. And added this line t o my gradle file: implementation files('../smartscanner/smartscannerlib-release.aar')
And when i just sync the gradle and build it, i got error.
Manifest merger failed : Attribute application@theme value=(@style/Theme.ASM) from AndroidManifest.xml:33:9-41 is also present at [smartscannerlib-release.aar] AndroidManifest.xml:30:9-40 value=(@style/AppTheme). Suggestion: add 'tools:replace="android:theme"' to <application> element at AndroidManifest.xml:24:5-97:19 to override.
I googled it and tried to add this line to my manifest: tools:replace="android:theme"
After that i tried to build but that now i got that error: ERROR:/Users/buhesapsenin/.gradle/caches/transforms-3/52c64db2506c28514c63ed34a2dfc384/transformed/jetified-smartscannerlib-release/res/layout/activity_smart_scanner.xml:77: AAPT: error: attribute scaleType (aka com.kendineiyibak.app:scaleType) not found.
I deleted items in that xml's contraint layout, and tried to compile with clean xml but same i got same error. I think It's not about that xml.
Can u help me?
The text was updated successfully, but these errors were encountered:
First of all i followed that issue and installed the lib: #119
(I created signing.properties file by myself)
After that i create a file in my project and moved the smartscannerlib-release.aar file to there. And added this line t o my gradle file:
implementation files('../smartscanner/smartscannerlib-release.aar')
And when i just sync the gradle and build it, i got error.
Manifest merger failed : Attribute application@theme value=(@style/Theme.ASM) from AndroidManifest.xml:33:9-41 is also present at [smartscannerlib-release.aar] AndroidManifest.xml:30:9-40 value=(@style/AppTheme). Suggestion: add 'tools:replace="android:theme"' to <application> element at AndroidManifest.xml:24:5-97:19 to override.
I googled it and tried to add this line to my manifest:
tools:replace="android:theme"
After that i tried to build but that now i got that error:
ERROR:/Users/buhesapsenin/.gradle/caches/transforms-3/52c64db2506c28514c63ed34a2dfc384/transformed/jetified-smartscannerlib-release/res/layout/activity_smart_scanner.xml:77: AAPT: error: attribute scaleType (aka com.kendineiyibak.app:scaleType) not found.
I deleted items in that xml's contraint layout, and tried to compile with clean xml but same i got same error. I think It's not about that xml.
Can u help me?
The text was updated successfully, but these errors were encountered: