3

我想在设备上刷新自定义 ROM 的同时构建我的应用程序。我正在尝试找到在 Android.mk 中包含项目依赖项的正确方法。我的依赖项如下所示:

dependencies {  
compile fileTree(dir: 'libs', include: ['*.jar'])  
wearApp project(':wear')  
compile 'com.android.support:appcompat-v7:22.2.0'  
compile 'com.google.android.gms:play-services:6.5.87'  
compile 'com.android.support:design:22.2.0'  
compile 'com.android.support:cardview-v7:21.0.+'  
compile 'com.timehop.stickyheadersrecyclerview:library:0.4.2@aar' 

如何将它放入makefile?作为静态库?或者作为额外的包裹?等待您的帮助!

4

0 回答 0