user26442
user26442

Reputation: 51

How to run HTML5 on eclipse ADT to create Android application

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?

Upvotes: 0

Views: 234

Answers (1)

Aleks G
Aleks G

Reputation: 57316

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.

Upvotes: 1

Related Questions