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.
我尝试导入时遇到问题:
android.view.View StartAppAd StartAppSDK
当我导入这些时,它们被标记为非活动状态(灰色)。
我使用本指南,但错误cannot resolve symbol...仍然存在。
cannot resolve symbol...
我切换到自动完成以优化导入。有一个截图:
在 android 模块中创建 libs 文件夹,那里可能已经存在。将StartAppInApp-3.5.6.jar 保存在 libs 文件夹中,并在 android 模块的 build.gradle 中添加依赖部分。
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) }
刷新 gradle 依赖。