Getting java.net.MalformedURLException in MonoDeveloper

后端 未结 5 1258
傲寒
傲寒 2021-01-20 06:06

Hey I am new to MonoDeveloper. I am trying to port libgdx code to iOS platform. My Libgdx code runs perfectly on desktop & Android phone. But when i run it

5条回答
  •  没有蜡笔的小新
    2021-01-20 07:02

    Is there a point after the "unknown protocol: file"? In this case a classpath URI is wrong. It look like that there is any setting wrongs. A file URL should start with:

    file:
    

    And the error message look like that it start with:

    file.
    

提交回复
热议问题