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.
我使用带有 gradle 的 Android Studio,我需要添加具有 apklib 类型的库。我如何将其转换为 aar 类型?因为,当我运行我的程序时 - 它失败了。
这是我对我的库的依赖:
compile 'com.squareup:android-times-square:1.0.3'