Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Dylan Hare
4,117 PointsError: Android package does not exist
I am using LibGDX, which is a game framework for Android development. When I try to import from the Android package I get an error stating that the Android package doesn’t exist. These import statements work perfectly fine in a regularly built project. I created my project by importing a LibGDX project in Android. I used this tutorial, but have tried many others. The Java and Badlogic imports work fine, just not the Android ones. I have spent 2 months trying to figure this out and have scoured the internet for answers but I think my lack of understanding of how importing and Android's project make up works have prevented me from looking in the right areas. It seems it is obvious that it is easily possible to do. It may have something to with the sdk but I am not sure.
Maybe you guys know something about this, any help would be greatly appreciated as no one has answered and it has been up for three months.
