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
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
I tried importing the library in my Android Studio with both methods - AAR importing and Gradle dependency. But I am getting the following error while gradle building -
`Information:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar]
D:\VivekData\Android\work\voice authenticator\app\build\intermediates\manifests\full\debug\AndroidManifest.xml
Error:(15) error: unknown element found.
Error:(15) unknown element found.
Error:java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:Execution failed for task ':app:processDebugResources'.
Failed to execute aapt
Information:BUILD FAILED in 25s
Information:6 errors
Information:0 warnings
Information:See complete output in console`
It shows in the build manifest that a library tag is added which I cant edit. Please suggest what to do thanks!!