albersmc / android-augment-reality-framework

Automatically exported from code.google.com/p/android-augment-reality-framework
GNU General Public License v3.0
0 stars 0 forks source link

Reference Table overflow #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start my own app
2. display the AR screen
3. Move around watching over 5 points overlapped crashes

What is the expected output? What do you see instead?
It crashes because of Reference Table overflow

What version of the product are you using? On what operating system?

Android 4.2.2 
In 2.3.6 It works fine

Please provide any additional information below.

Here is the stacktrace http://i.stack.imgur.com/LRGHk.png
If I comment the line drawText(canvas); from Marker.java It works fine, 
So the problem seems to be the rectangle that contains the text that overlaps 
whit other points.

Note that I implemented the code into my app and loaded my own data source and 
icon

Original issue reported on code.google.com by getapp.s...@gmail.com on 26 Mar 2013 at 9:59

GoogleCodeExporter commented 9 years ago
I have a feeling it's the Dalvik implementation on your phone, I've seen it 
referenced online and it all comes back to the Android/JNI implementation. 
Unfortunately, I don't think I can fix it since it exists at the Android layer. 
Hopefully a Android update will fix it for you.

Original comment by phishman3579@gmail.com on 31 Mar 2013 at 9:52

GoogleCodeExporter commented 9 years ago
Is there a way to know which Marker I'm looking at in straight line?
The only way I can think of to fix it it's to show just the marker's text box 
which I'm pointing at.

Thank you

Original comment by alue...@jig.es on 2 Apr 2013 at 4:04