0

I am new to android. And we already have an project on android and I am supposed to develop an application that will do the API dependency checking on Android. I have to check whatever APIs we use will successfully run and are not deprecated in the newer Android version or Google APi version. So for this i have to write an Testing application. Do I need to write an Android test application or normal Java application can do this? I tried writing Java application and giving some basic calls from it but I get lots errors like import com.google.common. cannot be resolved TYPE_MAP not supported Lists cannot be resolved

and basically the first error cannot be resolved. So do i need to create an android test application?

Thanks,

asked Dec 6, 2010 at 5:59

1 Answer 1

1

Your requirement is whatever API you are using should successfully run on the android.So write an android test application and make sure whether it is compiling or deprecated one.

Ewoks
12.5k8 gold badges60 silver badges69 bronze badges
answered Dec 6, 2010 at 8:24
Sign up to request clarification or add additional context in comments.

1 Comment

Yes thanks,I wrote an Java application and now i can test the API.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.