top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between SDK vs API ?

0 votes
330 views
What is the difference between SDK vs API ?
posted Apr 4, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

An SDK is a collection of APIs and other tools that allow you to perform almost anything that you would need to create an application for that platform. Example: JDK[Java Development Kit]

Whereas, an API is something which is more specific. It acts as an interface to some specific service through which other software programs can make use of that service. Example: Google Maps API

answer Apr 4, 2018 by Sai Ram
Similar Questions
+2 votes

What is an SDK and what is an API? How both are different then each other?
Can a JDK called an sdk? Why or why not?

Is MYSQL an SDK?

0 votes

I have created a JAVA class exposing native API. I have kept this class in _frameworks/base/core/java/com/myDomain/myPackage/myClass.java_ and for this i have already created JNI C code files and their entries in required make files.

But after building the SDK, it didn't include expected package _com.myDomain.myPackage_.

Is there any specific configuration file(s) where I would have to make entries to include it in Android SDK, or the place is incorrect where currently class files is kept.

+4 votes

What is Unable to resolve target 'android-15' until the SDK is loaded? IN eclipse I am getting the error while am try to run my app. Please help me how to solve this issue.

...