Is developing an Android app and a mobile phone with the Netbeans IDE a good method?

My goal is to have an IDE with a JS syntax error message and a PhoneGap plugin. My goal is to make an Android application using PhoneGap.

I understand that Eclipse has a well-supported PhoneGap plugin. The problem is that I spent hours trying to get Eclipse JS to parse error reporting without any luck.

Netbeans is extremely easy to install and has a JS parsing error report with no extra steps. For example, with NetBeans, I just install and everything (including the JS syntax error report) works. With Eclipse, I have to install and then install several add-ons related to JS. In the end, I was not able to get a JS syntax error report for Eclipse to work, despite hours of research. I am new to Eclipse.

Developing an android / phonegap application with NetBeans IDE - good method? I found this plugin, but I don’t know exactly how it works with PhoneGap or if it is good: http://www.nbandroid.org/

+4
source share
2 answers

In the Phonegap plugin described here , the default Eclipse JSDT syntax check is included in the PhoneGap wiki. It also includes the ability to enable JSLint custom validation - see Section 7 here . All of this comes with one plugin to add Android ADT.

If something doesn’t work for you, it would be great if you raised a specific problem in StackOverflow, on the mailing list, or created an issue .

+4
source

From version 7.4, Netbeans supports Phonegap without external modules. Obviously you also need phone calls and android sdk :) see http://wiki.netbeans.org/MobileBrowsers#PhoneGap_2

0
source

Source: https://habr.com/ru/post/1346077/


All Articles