我在我的应用程序中使用我的外部库。我将其加载到build.gradle
中dependencies {
compile "fr.mylib.library.android:SDK:11.0"
compile 'com.google.android.gms:play-services-ads:11.4.0'
compile 'com.android.support:appcompat-v7:25.2.0'
compile 'com.google.android.gms:play-services-cast-framework:11.4.0'
}
在我的书房中,我有一个功能:
DebugLog.v("Make request : " + url);
启动应用程序时,我可以在android studio的logcat中看到请求: