I'm trying to port a HTML5 app to android and I'm doing it in Eclipse. The "android" (java) part is no problem, Eclipse is great. When I open the HTML part though, Eclipse is not so great. Since it's an android project it doesn't seem to recognize html, css or javascript files. My solution so far is to have Eclipse open for the java parts of the project and then I imported the HTML content that I have in my assets folder into a new HTML5 project in to NetBeans and edit it from there.I'm trying to port a HTML5 app to android and I