Reputation: 743
I had download and install ADT Bundle but the issue when i access the phonegap app workspace and try to open the html file it opens and webpage instead of editor can anyone tell how to open the html file in editor...
Thanks in Advance.
Upvotes: 0
Views: 1189
Reputation: 3911
I have this problem and solve it with this solution:
Now, your Eclipse ready to edit web files such as HTML, CSS and JavaScript, but you can't create or manage Android projects!
Install ADT Plugins for Android developing by these steps (Download the ADT Plugin):
https://dl-ssl.google.com/android/eclipse/
Upvotes: 1
Reputation: 15774
If you are looking for an HTML editor for Eclipse, take a look at Web Tools Platform project.
The responses to this question have many more options.
Upvotes: 0
Reputation: 7160
In my case, I use Java Editor
.
Right click the html file-> open with -> other -> Java Editor
.
Upvotes: 1