nickfox / GpsTracker

Google Map Gps Cell Phone Tracker
https://www.websmithing.com/gps-tracker
MIT License
793 stars 579 forks source link

Build error #74

Open ehsanmostajeran opened 7 years ago

ehsanmostajeran commented 7 years ago

Hi, I am trying to build client android app. I am getting this error.

Error:com.android.builder.internal.aapt.AaptException: Failed to crunch file D:\Users\ehsan.goortani\Desktop\Android Projects\GpsTracker-master\phoneClients\android\app\build\intermediates\exploded-aar\com.google.android.gms\play-services-cast-framework\9.8.0\res\drawable-xxhdpi-v4\quantum_ic_forward_30_grey600_36.png into D:\Users\ehsan.goortani\Desktop\Android Projects\GpsTracker-master\phoneClients\android\app\build\intermediates\res\merged\debug\drawable-xxhdpi-v4\quantum_ic_forward_30_grey600_36.png

Appreciate if you help to solve.

nickfox commented 7 years ago

See if this fixes the problem.

http://stackoverflow.com/questions/39621250/how-to-fix-com-android-builder-internal-aapt-aaptexception-failed-to-crunch-fil

If it doesn't work, google this below. Check out the other answers and then let me know.

Error:com.android.builder.internal.aapt.AaptException: Failed to crunch file

ehsanmostajeran commented 7 years ago

Thanks for real quick reply. It is solved now, had to move project further up to root directories. But then I was required to set MultiDexEnable to true.

nickfox commented 7 years ago

cool, glad it's working.

n