Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 58: com.example.project.app-mergeDebugResources-32:/values/values.xml

Viewed 47

D:\AndroidStudioProjects\myproject\app\build\intermediates\incremental\debug\mergeDebugResources\merged.dir\values\values.xml. Cause: java.nio.file.InvalidPathException: Illegal char <:> at index 58: com.example.myproject.app-mergeDebugResources-32:/values/values.xml). Check logs for more details.

I tried everything but didn't find any solution please help me Guys. enter image description here

enter image description here

1 Answers

I spend my whole day but I found where is the issue.

First I suggests check all dependencies. which are third party library check his verison code.

I'm using this library when I check this lib on github repo his version 1.4@aar by mistake I'm update with +1

implementation 'me.gujun.android.taggroup:library:1.5@aar'

Related