Peter Tran
10/04/2020, 8:04 PMijresolvers.gradle
:
initialization script 'C:\Users\ptran\AppData\Local\Temp\1\ijresolvers.gradle': 268: unexpected char: '\' @ line 268, column 106.
sk.path, 'DEBUG_SERVER_PATH=C:\Users\ptr
The error has to do with the path separator '\'. Unfortunately I'm on Windows so the path separator needs to be double-backslash, ie
C:\\Users\\ptr ...
This seems it has to do with with Android Studio's JVM debugger.
What tool generates the file ijresolvers.gradle
?Artyom Degtyarev [JB]
10/05/2020, 10:01 AMPeter Tran
10/12/2020, 9:12 PM