I have Android Developer Tool Build: v22.3.0-887826 This product includes Eclipse Platform, JDT, CDT, EMF, GEF and WTP and I want to program HTML5 to create Android application on this version of eclipse , is that possible? , I mean to run HTML5 on ECLIPSE?
1 Answer
You can't (and don't) run HTML5 on Eclipse.
It is possible to create android application with HTML5 though. There are several ways of doing it. You can find literally TONS of information by searching google for html5 android app development - you'll find everything you need. Spend some time researching this - and you'll get to the answer.
One of the most common frameworks is Sencha Touch - again, spend some time researching - you'll get to the answer.
3 Comments
CodeCamper
When I right click on my HTML project in eclipse I right click and press run as web application. It uses Google GWT, isn't this HTML5?
user26442
thanks , so u recommend other tools than eclipse , I found phonegap , OK thanks will look more
Aleks G
@user26442 Eclipse is a tool; you'll need another tool to help with packaging HTML5 app into an android app.