I'm trying to use Scringo SDK in my project to enable user chat. However I am using Android Studio for the project and currently stuck at how to actually enable my project to depend on the SDK provided by Scringo. In the documentation, the provided guide is using Eclipse to import the library project.
Plus, with my lack of experience with Gradle and Android Studio, I am unable to solve this. I've tried following this guide and it does not work. How to import eclipse library project from github to android studio project?
Can anyone experienced with this kind of issue provide a step-by-step guide on how to curb this problem?
Related
I am trying to open the project from Codelab but I get this error:
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.1 or newer.
I have cloned the project from gitHub and I'm already on 4.1 and I still can't open it. Any idea how can I do it?
I have installed Android sdk and eclipse neon .2 for android developers. When I create android project and click finish, it gives this error. Can anyone suggest what's wrong?
The Android SDK has not been setup properly inside your Eclipse environment.
Reinstalling using recommended settings might resolve this issue.
Android Studio 2.0 is the new recommended IDE for developing Android apps and is extremely easy to setup.
Link: https://developer.android.com/studio/install.html
Hi Everyone,
Iam trying to add zendesk contact us and help functionality in my
android project which i create using eclipse, they are giving sdk for Android studio but there is no any stand alone sdk which i can add in eclipse, can any one guide me how to get that stand alone sdk.
Thanks
Aadil
I am migrating to android Studio from eclipseADT, Can I use the same android sdk's from eclipse?
I used the following links to migrate:
Exporting from eclipse.
Importing to Android studio.
You could also look over this link: http://developer.android.com/sdk/installing/migrate.html
And yes of course you can use the same android SDK.
SDK stands for Software Development Kit and has nothing to do with the different IDEs(Eclipse, Android Studio) really. The IDE will use the SDK of course but the SDK is unaware of which IDE is using it. You should have no problems with using the same SDK, you just have to set some paths in Android studio.
I have an Android 2.2 project that I need to use the facebook api in it.
after adding the facebook sdk project and adding the the facebook project library to my android 2.2 app libraries, nothing happens and when I go to my app properties->android-> i found that the facebook libary project has a red X mark beside it.
is it a problem caused by different versions ?
thanks
Ok I got the answer from here
In eclipse, unable to reference an android library project in another android project
I had to put the facebook api library project in the same workspace of my app project