【发布时间】:2015-12-18 05:30:59
【问题描述】:
我将在我的应用程序中使用 cognalys(第三方库)进行移动验证。我从 git hub 克隆了它,并将该 cognalys 作为模块导入到我的应用程序中。如何在我的项目中使用该模块作为库(如何将其转换为库)..我不知道如何使用它..通过使用它,我只能创建一个用于用户移动验证的类...
请帮我找出解决办法
这是我的 cognalys 项目的 build.gradle
apply plugin: 'com.android.library'
android {
compileSdkVersion 10
buildToolsVersion "21.1.2"
defaultConfig {
minSdkVersion 9
targetSdkVersion 19
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
compile 'com.android.support:support-v4:19.0.0'
}
【问题讨论】:
-
此链接可能对您有所帮助:github.com/MagicMicky/FreemiumLibrary/wiki/…
标签: android github verification