top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the tools are placed in An Android SDK?

+2 votes
606 views
What are the tools are placed in An Android SDK?
posted Jan 24, 2017 by Dhaval Vaghela

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

1 Answer

0 votes

ndroid SDK collaborated with Android Emulator,DDMS(Dalvik Debug Monitoring Services), AAPT(Android Asset Packaging tool) and ADB(Android debug bridge)

answer Feb 2, 2017 by Karthick.c
Similar Questions
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.

0 votes

We have tried to do build with the normal user, but it failed after some time without giving any permission issue. I have made compilation directory permission as 777 and the same code has been compiled successfully with sudo or root user.

...