Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用以下命令从 .class 文件创建 jar 文件。
$ javac Foo.java $ dx --dex --output=foo.jar Foo.class
它返回给我一个错误
/usr/bin/dx : unrecognized parameter: [1] (use -help to get usage information)
似乎我应该设置 .bashrc 但我不确定要在其中编辑什么。有什么建议么?