integration problem of android sdk of flashphoner

i am integrating android sdk of flashphoner in my android project
that i geeting error of ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :wcs-android-sdk-1.0.1.2. How can i resolve this please let me know
 

Max

Administrator
Staff member
Hello.
Please download latest Andoid SDK 1.0 build from this page if you plan to support Android 8 and earlier in your project, or Android SDK 1.1 build from this page, if you plan to support Android 9 or later.
Then build Android examples as described on this page for Android SDK 1.0 or here for Android SDK 1.1. Note that aar library versions on those pages are mentioned for example only, you should use the library that you have downloaded by links above.
When choose the example matching your case and explore it, using source code docs here or here.
 
Top