Thus, I see a peculiar exception, based on the fact that I am sure that this is the code for Google Maps.
I have a snippet where I programmatically add to SupportMapFragment and then I manipulate the GoogleMap instance inside it.
Here's the stacktrace:
0 java.lang.NullPointerException 1 at java.nio.ReadWriteDirectByteBuffer.put(ReadWriteDirectByteBuffer.java:137) 2 at java.nio.ShortToByteBufferAdapter.put(ShortToByteBufferAdapter.java:163) 3 at maps.zdd(Unknown Source) 4 at maps.zda(Unknown Source) 5 at maps.aq.aa(Unknown Source) 6 at maps.aq.ao.b(Unknown Source) 7 at maps.aq.ao.a(Unknown Source) 8 at maps.vga(Unknown Source) 9 at maps.vgb(Unknown Source) 10 at maps.ppl(Unknown Source) 11 at maps.pprun(Unknown Source)
I can not reliably reproduce it (although this happens quite often), I looked at ReadWriteDirectByteBuffer and ShortToByteBufferAdapter, but nothing came of me.
Any ideas?
source share