Getting java.net.MalformedURLException in MonoDeveloper

后端 未结 5 1166
傲寒
傲寒 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 06:49

    I found the answer to the issue myself.

    In the stack trace, it'll mention which line of your Java code is calling the MalformedURLException. So for example: Example.java:208

    Locate line 208 of Example.java, and see what file it's stumbling on.

    Next, locate this file inside Xamarin/mono studio and right click on it.
    Then go down to "Build Option" > "BundleResource".

提交回复
热议问题