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.
我正在从gb移植到android中的ics
我更改了特定文件夹的路径,并在构建后将其保留在不同的路径我收到许多错误,指出文件不存在,因为这些文件存在于我复制到不同路径的文件夹中
我如何链接我的构建和代码以获取我的新路径,因为在我的 Java 文件中我只是编写import com.android,而不是文件的实际完整路径。
import com.android
如何以及在哪里提及文件夹的整个路径?
右键单击您的项目。选择构建路径 -> 配置构建路径 -> Java 构建路径
在这里您可以指定更改库的路径。