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 Studio,并从这里导入了项目 androidtest :
但是由于缺少依赖项导致了一些错误。
如何解决这些依赖关系?我尝试同步 gradle,但没有成功。
androidtest 不是 Android Studio 的项目,因此您的 gradle 文件缺少正确的依赖项。
您应该将此作为参考:https ://stackoverflow.com/a/27852368/2442831