NullPointerException

Ok, so when I try to load an asset, it gives me a NullPointerException. It also does the same thing when I use “Oto” from the test library, so I know its not the model.

Here is an image:

The asset manager is not yet initialized in the constructor. You should do your asset loading in the simpleInitApp() method.

That worked. Thank you!