Does anyone here knows what ROM that has an SDK 18 that is compatible with SHV-E210S?
There is a feature of an app that I would like to use but it needs at least an android with SDK 18.
I have check the thread but there is a lot of roms.
Related
Hi all,
I'm trying to decide if I should support OS 2.1 in my new app. According to Google it is running on around 10% of the devices out there.
What base SDK do you develop for?
Thanks in advance!
EDIT:
Oops the first option should be "1.6 or higher"
Hi Everyone,
Before I ask the question i would like to know that are questions about Eclipse and configuring Android SDK on Eclipse are allowed on this forum or not?
Before I ask the question i would like to know that are questions about Eclipse and configuring Android SDK on Eclipse are allowed on this forum or not?
Click to expand...
Click to collapse
I ll help you bro :
Samsung Galaxy S I9000 -> Galaxy S I9000 Android Development -> Android Development
maybe you know it now?
DELETED...
Thanks! Ok here's the problem...
I downloaded the Android SDK and then installed and downloaded the Android v4.0 API. Also I have Eclipse Indigo and installed the ADT plugin and Java SE 7.
Now when i try to configure the ADT in Eclipse with the with the SDK path... It gives me an exception that there is a mismatch of the versions. I think it says that my SDK version is 12 and the ADT supports version 14 and above. But i see the API revision on SDK manager and it says that my version is 14. I cant post screen shots right now as i am in office. I can when i go home.
Here is the exception i get... Now downloaded the ADT plugin today and it should be the latest right?
Ok problem solved!
Look like the Yoxos marketplace for Eclipse had the older version.
Now about the API level. Which is the best one to start off with? I have downloaded Android v4.0 (API 14). Is it ok to start off with that?
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A
Hi there XDA! I'm an experienced programmer and android user. I'm following a guide for creating the android project in eclipse from the android developer site, and I've followed every step up to creating the project, and the ADT plugin has been correctly installed and configured. The problem: Under the android tab in the new project wizard there is no option for android project. There are various other android options like Android Activity, Android Application Project, Android Icon Set, etc. Does anybody know how I can enable the option for Android Project? I attached a picture of the problem. Thank you!
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Thanks ✟
Moving to Q&A
You say it is correctly installed and configured, but that does not seem like the case.
Try starting fresh by going to the eclipse site and downloading the latest version of eclipse(Juno) classic. Then head to the android developers site and install the adt plugin from that guide. Point it to your sdk install; and you should the option to create an Android Application Project under Android in the New Project wizzard.
L0rdWaffles said:
You say it is correctly installed and configured, but that does not seem like the case.
Try starting fresh by going to the eclipse site and downloading the latest version of eclipse(Juno) classic. Then head to the android developers site and install the adt plugin from that guide. Point it to your sdk install; and you should the option to create an Android Application Project under Android in the New Project wizzard.
Click to expand...
Click to collapse
Thanks, but I already have completely uninstalled and reinstalled eclipse and the plugin from the site. It is also pointing to my SDK folder correctly. I've followed all of the advice for every thread I found related to this issue, but nothing seems to help.
I have also tried manually downloading and installing the plugin, and I still had the same problem...
Okay, so the problem was that the tutorial was not up to date with the newest version of the plugin. Android Application Project is the equivilent of an Android Project. http://stackoverflow.com/questions/11302175/no-android-project-option-in-eclipse-with-adt-plugin
Me too
Ifnumkey - you're not alone!
I had exactly the same problem, no 'Android Project'. Eclipse Juno coupled with the latest SDK/ADT has 'Android Application Project'. Hopefully the folks at StackOverFlow are right and they are one and the same thing. But its kind of unerving that the very first step isn't exactly as per the tutorial - I'm new to Android but not development and I kind of wonder if somewhere down the road I'l discover that there's some subtle but important difference between the two.
Google need to update their 'Creating an Android Project' tutorial or, in enterprise speak, modify the workflow so that they update the documentation BEFORE rolling out the changes!!
EDIT: Found this blog page which walks through the new screens in SDK Tools revision 20;
android-sdk-tools-revision-20-now.html (from android-er.blogspot.fr)
(Sorry can't post as proper link as I have under 10 posts
Resolve Problem
Hi. Because you copy eclipse to unpermitted place so it's unable to run ADT installation successfully. so you most copy it to your User Folder or other drives like D: then install ADT Plugin.
lfnunley said:
Hi there XDA! I'm an experienced programmer and android user. I'm following a guide for creating the android project in eclipse from the android developer site, and I've followed every step up to creating the project, and the ADT plugin has been correctly installed and configured. The problem: Under the android tab in the new project wizard there is no option for android project. There are various other android options like Android Activity, Android Application Project, Android Icon Set, etc. Does anybody know how I can enable the option for Android Project? I attached a picture of the problem. Thank you!
Click to expand...
Click to collapse
Go to File>New>Project
a window will open then select android
how am I going to build some apps in the android?is there any tools like visual basic or what? help me plz....
-----------------------------------------
[COLOR="Red"[SIZE="5"]]SK17i Mango[/SIZE][/COLOR]
Real ICS 6.0
For the one gazillionth time !! Please use google search!!! There are more than a million guides out there explaining how to use IDE's to develope android apps using ADT plugin! Go to developer.android.com they have a very clearly documented procedure how to learn to develope android apps . As far as I know you can't use visual basic, you should use JDK because android apps are written in pure java api's and converted into dalvik executable using Google's dx tool and the process is automated via Google's ADT plugin in IDE's.
.:.pitchblack5691.:.
Hello, my name is Luca from Itali.
After 3 year I returned to develop on Android and now I have to decide which environment to use.
I'm excited to use Android Studio, but the problem is that I learn on the Commonsware book, where all examples are implemented with Eclipse.
Someone is working on Android Studio?
Do you know if is possible too run Eclipse and Android Studio at the same time (problem with abd, etc?)
Thanks, luca!
lunard75 said:
Hello, my name is Luca from Itali.
After 3 year I returned to develop on Android and now I have to decide which environment to use.
I'm excited to use Android Studio, but the problem is that I learn on the Commonsware book, where all examples are implemented with Eclipse.
Someone is working on Android Studio?
Do you know if is possible too run Eclipse and Android Studio at the same time (problem with abd, etc?)
Thanks, luca!
Click to expand...
Click to collapse
You can totally run eclipse and Android Studio together. I do.
BTW it's ADB (not abd), and that has no issues with either eclipse or Android Studio.
As an aside, how is it to learn from CommonsWare book?