NetBeans Android package support does not exist
I'm just starting with Android programming and learning from their
official site, but they use Eclipse and I use NetBeans. Anyway, I've
downloaded latest tools and APIs and support libs AND loaded
android-support-v4.jar into Libraries folder. Than I could finally import
that package and NavUtils object wasn't red anymore. Now, when I try to
compile and build the project, it says: package android.support.v4.app
does not exist, and also: cannot find symbol
NavUtils.navigateUpFromSameTask(this);. Has anyone had this problem too?
Thanks!
No comments:
Post a Comment