Unhandled Exxception “Unhandled exception type IOException”?

Unhandled Exxception  “Unhandled exception type IOException”?

在Android studio中,自动遇见这个异常报错,如果eclipse会自动提示,但是AS提示很抽象,不容易发现,解决方案:

You should add "throws IOException" to your main method:

public static void main(String[] args) throws IOException {

You can read a bit more about checked exceptions (which are specific to Java) in JLS.

  

posted @ 2015-04-05 09:57  狂奔的小狮子  阅读(1142)  评论(0)    收藏  举报