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.
我已经从 Airpush 网站下载了所需的 SDK。将 jar 添加到libs文件夹并将 jar 添加到构建路径。我仍然无法导入它的包
libs
import com.package.name.AdListener; import com.package.name.Prm;
当我尝试导入上述内容时,我得到The import com.package.name.Prm cannot be resolved无法解决。
The import com.package.name.Prm cannot be resolved
尝试将其添加到lib文件夹中 - 右键单击 jar 文件 > 构建路径 > 添加到构建路径
lib
比右键单击项目 > 属性 > java 构建路径 > 库文件夹 > 展开所有并确保看到列出的 jar,如果没有 - 手动添加。
清理和构建 运行