Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to create Android 1.5 app, but suddenly after update Android SDK I found that Android 1.5 and 1.6 projects look like below (clear activity with button - nothing more):

enter image description here At the same time new Android 2.1 project looks like as usual:

enter image description here

So, is it normal view in Eclipse or I have to fix something ?

share|improve this question
Just a curiosity, why are you creating for an Android version that is basically deprecated? – Budius Oct 21 '12 at 0:29
The reason is very simple - I need to support the apps for devices, which never get the update to Android 4.0. – Konstantin Solodkyy Oct 27 '12 at 7:18
I understand your point and I agree that as developers we must keep compatibility back to older devices, but my point is developer.android.com/about/dashboards/index.html there're virtually no 1.5 around anymore. Developing on 1.5 you'll only be creating problems for yourself with no real increase in downloads. The improvements that happened on Donut make it very compelling to ditch 1.5 without looking back. E.g. I work in one of the major UK app developing agencies and their development base is API8 (Froyo). – Budius Oct 27 '12 at 11:37

1 Answer

Do you fixed this? I have the same problem and I have no idea what to do... I have newest eclipse and when I create new project it also have bugs (R.java was not created and also is problem in manifest because of "android:targetSdkVersion")

share|improve this answer
No solution. Temporarily I've started to use the Idea – Konstantin Solodkyy Oct 27 '12 at 7:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.