プログラミングガール

Developing a better me

Android Studio

AndroidManifest.xmlで「cannot resolve symbol error」が出るとき

AndroidManifest.xml内で、「cannot resolve symbol error」が出てしまった時、 File → Invalidate Caches → Restart and Invalidate and Restart 参考URL http://stackoverflow.com/questions/18927972/my-debug-androidmanifest-xml-is-giving-me-cannot-r…

Cannot locate factory for objects of type DefaultGradleConnector…

Cannot locate factory for objects of type DefaultGradleConnector, as ConnectorServiceRegistry has been closed. 上記のエラーがAndroid Studioで出ました。 私の場合は、Android Studioを再起動することで解決しました。 参考URL https://code.google.…