As运行报错,求大神指教,报错有些麻烦,只有这么多c币,请指教?

我是在AS上通过一个路径集成了svn的代码,现在代码已经下载下来并导入到AS中
,代码大面积报错,然后废了点时间解决了报错,可以运行,但是现在新的问题出现了:
那就是可以运行但是效果不完整,具体的报错如下:
Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
Error:(com.hp.hpl.sparta.Node$1) that doesn't come with an
Error:associated EnclosingMethod attribute. This class was probably produced by a
Error:compiler that did not target the modern .class file format. The recommended
Error:solution is to recompile the class from source, using an up-to-date compiler
Error:solution is to recompile the class from source, using an up-to-date compiler
Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
Error:this warning is that reflective operations on this class will incorrectly
Error:compiler that did not target the modern .class file format. The recommended
Error:(com.hp.hpl.sparta.Sparta$1) that doesn't come with an
Error:indicate that it is not an inner class.
Error:associated EnclosingMethod attribute. This class was probably produced by a
Error:and without specifying any "-target" type options. The consequence of ignoring
Error:this warning is that reflective operations on this class will incorrectly
Error:and without specifying any "-target" type options. The consequence of ignoring
Error:indicate that it is not an inner class.
Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
Error:(com.hp.hpl.sparta.Sparta$2) that doesn't come with an
Error:associated EnclosingMethod attribute. This class was probably produced by a
Error:compiler that did not target the modern .class file format. The recommended
Error:solution is to recompile the class from source, using an up-to-date compiler
Error:and without specifying any "-target" type options. The consequence of ignoring
Error:this warning is that reflective operations on this class will incorrectly
Error:indicate that it is not an inner class.
Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
Error:(demo.Pinyin4jAppletDemo$1) that doesn't come with an
Error:associated EnclosingMethod attribute. This class was probably produced by a
Error:compiler that did not target the modern .class file format. The recommended
Error:solution is to recompile the class from source, using an up-to-date compiler
Error:and without specifying any "-target" type options. The consequence of ignoring
Error:this warning is that reflective operations on this class will incorrectly
Error:indicate that it is not an inner class.
Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
Error:(demo.Pinyin4jAppletDemo$2) that doesn't come with an
Error:associated EnclosingMethod attribute. This class was probably produced by a
Error:compiler that did not target the modern .class file format. The recommended
Error:solution is to recompile the class from source, using an up-to-date compiler
Error:and without specifying any "-target" type options. The consequence of ignoring
Error:this warning is that reflective operations on this class will incorrectly
Error:indicate that it is not an inner class.
Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
Error:(demo.Pinyin4jAppletDemo$3) that doesn't come with an
Error:associated EnclosingMethod attribute. This class was probably produced by a
Error:compiler that did not target the modern .class file format. The recommended
Error:solution is to recompile the class from source, using an up-to-date compiler
Error:and without specifying any "-target" type options. The consequence of ignoring
Error:this warning is that reflective operations on this class will incorrectly
Error:indicate that it is not an inner class.

看问题的提示好像是内部类的问题,可以参考一下

确实是存储在内部类的问题,但是具体问题锁定在哪里?

此报错已解决,但是出现了磁盘空间不足,因为安装的sdk不全,所以,studio的sdk是在更新过程中的,结果磁盘空间不足,所以运行效果显示了一点点,不完整,解决的办法是将整体的sdk重新换地方安装并重新配置即可。