I’m using Windows 8.1 currently, and I’ve ran into this problem when I try “gradle test” to run Robolectric unit tests. I believe this is a Windows filesystem issue. The trace is here:
Could not normalize path for file ‘C:\Users\Aleesa\Documents\SDK\platforms\android-19\android.jar;C:\Users\Aleesa\Documents\SDK\add-ons\addon-google_apis-google-19-1\libs\usb.jar;C:\Users\Aleesa\Documents\SDK\add-ons\addon-google_apis-google-19-1\libs\effects.jar;C:\Users\Aleesa\Documents\SDK\add-ons\addon-google_apis-google-19-1\libs\maps.jar’.
The issue is that there’s no file called that one concatenated mess and I need it to compile those jars separately splitted by a semicolon.
These jars come from "compileSdkVersion “Google Inc.:Google APIs:19” in the android block of my module’s build.gradle.
I saw a similar post: 'Could not normalize path for file' for Windows classpath - Old Forum - Gradle Forums
and I pretty much want to do the splits thing but with the google apis.