App development with Eclipse

Thread Starter

daljeet795

Joined Jul 2, 2018
295
I have been asking this question in others forum but i didn't get the help. I hope here someone can help me. I want to create mobile app for my smart phone.I have installed eclipse oxygen and JDK 10 and android studio in windows 10. When I try to create a new android project in eclipse. It gives message SDK layoutlib version is not supported in eclipse.

I think I have to change default compile version. I am trying to change API level but it shows only API28 android 9 there is no other option. I don't know how to change change default compile version in eclipse

layoutnproblem.jpg
 
Last edited:

MrSoftware

Joined Oct 29, 2013
2,273
I'm not very familiar with eclipse, but I have used android studio. Is there a reason you are avoiding android studio? If you're just starting out, android studio would probably be much easier to start with.
 

Thread Starter

daljeet795

Joined Jul 2, 2018
295
Is there a reason you are avoiding android studio? If you're just starting out
I have solved the problem by installing correct plugins. I am using eclipse for java programming. I can also use eclipse for developing mobile app, so I thought why should I choose different tools. I have not done much work to develop app because I am reading to develop web application for Internet of things. I will try to run some sample code to create mobile app.then I will try to make my own mobile app.

I am very interested to know what types of mobile app you have been developed to control device.
 
Top