cognalys / Cogdemov2

mobile number verification library(v2) integrated demo for android
Apache License 2.0
13 stars 10 forks source link

Android Studio Intergration #3

Open derqie opened 8 years ago

derqie commented 8 years ago

Hi. I came across your API and wanted to use it in an app am building using Android Studio. The source code provided kinda works if one is on the Eclipse ADT. Thanks in Advance.

harshvishu commented 8 years ago
  1. Download/clone the source code.
  2. Import the 'Cognalys' as module in your project
  3. add compile project(':cognalys') in your app level gradle Note: in your settings.gradle include ':cognalys' should be present.
  4. If your gradle generates error/issues related to Manifest merger add tools:replace="android:theme,android:icon" inside application tag of your manifest file.