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
The following errors are often encountered during Android Studio compilation
Unable to locate resourceFile (D:.........\app\build\intermediates\merged-not-compiled-resources\google_dev\debug\drawable\bg_edit_text_outlined.xml) in source-sets.
bg_edit_text_outlined.xml , I found that it was only used in Omise Sdk.
I can temporarily resolve it through the following methods:
Can you help me check this issue?
The text was updated successfully, but these errors were encountered:
@zhangwenxiang26 Thank you for opening this issue. However, we could not reproduce as you report. Could you try upgrade Android Studio to the latest version?
Android Studio->
Android Studio Dolphin | 2021.3.1 Patch 1
AGP ->
classpath 'com.android.tools.build:gradle:7.2.2'
distributionUrl=https://services.gradle.org/distributions/gradle-7.3.3-all.zip
Omise Sdk ->
implementation 'co.omise:omise-android:4.10.0'
The following errors are often encountered during Android Studio compilation
Unable to locate resourceFile (D:.........\app\build\intermediates\merged-not-compiled-resources\google_dev\debug\drawable\bg_edit_text_outlined.xml) in source-sets.
bg_edit_text_outlined.xml , I found that it was only used in Omise Sdk.
I can temporarily resolve it through the following methods:
Can you help me check this issue?
The text was updated successfully, but these errors were encountered: