New installation of Android SDK and Android Studio. A completely new project, literally no changes to any file in the project. Works AVD, works 4.4.3 (or something similar). I get the following error:
Gradle 'Gigviz' project refresh failed.
Error:Could not find meta-data resource 'META-INF/services/javax.xml.datatype.DatatypeFactory' for service 'javax.xml.datatype.DatatypeFactory'.
The best reason I can think of this error is because I am missing some dependency component javax.xml.datatype.DatatypeFactory. Has anyone encountered this error before?
I am on OS X Yosemite, the latest version of Android Studio.
source
share