我想将我的 windows android 项目移动到 ubuntu
出现语法错误我正在尝试构建或运行项目:
> Task :project:compileSlice FAILED
/home/maxlye/Documents/project/frameworks/runtime-src/proj.android-studio/app/src/main/slice/ClientDynamicInvoke.ice:1: syntax error
/usr/share/ice/slice/Ice/BuiltinSequences.ice:32: `ByteSeq': a sequence can be defined only at module scope
/usr/share/ice/slice/Ice/BuiltinSequences.ice:35: `ShortSeq': a sequence can be defined only at module scope
/usr/share/ice/slice/Ice/BuiltinSequences.ice:38: `IntSeq': a sequence can be defined only at module scope
/usr/share/ice/slice/Ice/BuiltinSequences.ice:41: `LongSeq': a sequence can be defined only at module scope
/usr/share/ice/slice/Ice/BuiltinSequences.ice:44: `FloatSeq': a sequence can be defined only at module scope
/usr/share/ice/slice/Ice/BuiltinSequences.ice:47: `DoubleSeq': a sequence can be defined only at module scope
/usr/share/ice/slice/Ice/BuiltinSequences.ice:50: `StringSeq': a sequence can be defined only at module scope
/usr/share/ice/slice/Ice/BuiltinSequences.ice:53: `ObjectSeq': a sequence can be defined only at module scope
/usr/share/ice/slice/Ice/BuiltinSequences.ice:56: `ObjectProxySeq': a sequence can be defined only at module scope
/usr/share/ice/slice/Ice/BuiltinSequences.ice:58: syntax error
Execution failed for task ':project:compileSlice'.
> /usr/bin/slice2java failed with exit code: 1
我已经安装了以下依赖项:
zeroc-glacier2/stable,now 3.7.5-1 amd64 [installed,automatic]
zeroc-ice-all-dev/stable,stable,now 3.7.5-1 all [installed]
zeroc-ice-all-runtime/stable,stable,now 3.7.5-1 all [installed]
zeroc-ice-compilers/stable,now 3.7.5-1 amd64 [installed,automatic]
zeroc-ice-slice/stable,stable,now 3.7.5-1 all [installed,automatic]
zeroc-ice-utils/stable,now 3.7.5-1 amd64 [installed,automatic]
zeroc-icebox/stable,now 3.7.5-1 amd64 [installed,automatic]
zeroc-icebridge/stable,now 3.7.5-1 amd64 [installed,automatic]
zeroc-icegrid/stable,now 3.7.5-1 amd64 [installed,automatic]
zeroc-icegridgui/stable,stable,now 3.7.5-1 all [installed,automatic]
zeroc-icepatch2/stable,now 3.7.5-1 amd64 [installed,automatic]
我不知道接下来我能做什么。