Sam Smith
Sam Smith

Reputation: 79

NetBeans Android Installation error

first time NBandroid user here, I've followed the instructions of 1 video and 3 textual tutorials on installing it into NetBeans, I can create a Android project, The code itself doesn't give errors but when I try run it it gives an innumerably large amount of errors, Screenshot here.

I have 32bit netbeans version 8.2, java 32bit version 8u111 and windows 8 64bit.

I did as they said to the best of my knowledge, downloaded SDK and all the extra packages i needed (but only android 4.4.2 API not earlier or later), loaded it under tools->options, set nb android in the update list etc, Any help appreciated, sorry if I left out any info, I really need this problem sorted out soon.

Upvotes: 2

Views: 627

Answers (2)

nicofrand
nicofrand

Reputation: 328

Just had the same issue. It looks like NBAndroid does not work with Netbeans 8.2.

It worked for me with Netbeans 8.1.

Upvotes: 0

Felix
Felix

Reputation: 844

You shouldn't use Netbeans for developing Android apps.

Android Studio is the official IDE and NetBeans and Eclipse both are not supported by Google (the developer of Android).

Just try Android Studio

Upvotes: 2

Related Questions