当我在Octave中运行xmlread函数时,我得到了
xerces
我有found a documentation,说它位于Octave-Forge的xml-apis.jar
包中。不幸的是,只是安装这个软件包并没有帮助。据说将路径设置为2.11
,但遗憾的是我无法找到>> javaaddpath(fullfile('lib','xercesImpl-2.11.0.jar'));
>> javaaddpath(fullfile('lib','xml-apis-2.0.2.jar'));
>> xmlread();
warning: the 'xmlread' function is not yet implemented in Octave
Please read <http://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: 'xmlread' undefined near line 1 column 1
gradle tasks
版本的gradle :app:tasks
。我找到only xercesImpl-2.11.0.jar
,但单独添加它并没有帮助。用ancient xml-apis-2.0.2.jar
添加它没有帮助:
CrashlyticsUploadDistributionDebug
如何成功?