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.
我有一个这样的目录结构(我已经创建了classes目录并添加-d classes到编译器选项中):
classes
-d classes
但是当我击中时,compile 'BeerSelect.java'我得到了:
compile 'BeerSelect.java'
Intelij 已创建out目录并省略了我关于使用classes目录(-d选项)的请求。我无法弄清楚为什么。
out
-d
我做错了什么,它编译out为非classes目录?
右键单击您的项目 ( beerV1) 并选择Open Module Settings(靠近底部)。在左侧列表中的Project下方,应该有一个文本框。确保它指向您的目录。Project SettingsProject compiler outputclasses
beerV1
Open Module Settings
Project
Project Settings
Project compiler output