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 has been archived by the owner on Aug 23, 2023. It is now read-only.
Hi there,
I have a problem with samplecode and google-play dependences and drawable icons.
Every time that I compile the project this error happens with icons:
Error: com.android.builder.internal.aapt.AaptException: Failed to crunch file
C:\Users\Francis\Documents\projects\mobile\android-play-location\Geofencing\Application\build\intermediates\exploded-aar\com.google.android.gms\play-services-base\8.4.0\res\drawable-mdpi\common_google_signin_btn_text_dark_normal.9.png into
C:\Users\Francis\Documents\projects\mobile\android-play-location\Geofencing\Application\build\intermediates\res\merged\debug\drawable-mdpi\common_google_signin_btn_text_dark_normal.9.png
The icons exists but I not run my project because of that.
What's going wrong?
The text was updated successfully, but these errors were encountered:
Another solution that doesn't require to move the project is to change the build directory of the project in build.gradle: allprojects { buildDir = "C:/tmp/${rootProject.name}/${project.name}" }
Hi there,
I have a problem with samplecode and google-play dependences and drawable icons.
Every time that I compile the project this error happens with icons:
The icons exists but I not run my project because of that.
What's going wrong?
The text was updated successfully, but these errors were encountered: