<div dir="ltr">Sounds like nothing is pulling in the OpenGL2 libs or they are not being built. You can try sticking a<div><br></div><div><div>  vtkRenderingOpenGL2ObjectFactory *of = vtkRenderingOpenGL2ObjectFactory::New();</div><div>  vtkObjectFactory::RegisterFactory(of);</div><div><br></div></div><div>in your main.cxx which will make sure the factory initialization code is called.  You could also try changing</div><div><br></div><div><div>  vtkRenderWindow *renWin = vtkRenderWindow::New();</div><div>  char jniS[4] = {'j','n','i',0};</div><div>  renWin->SetWindowInfo(jniS); // tell the system that jni owns the window not us</div></div><div><br></div><div>to explicitly create the vtkEGLRenderWindow instead of the more generic vtkRenderWindow</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 21, 2016 at 3:58 AM, Simon <span dir="ltr"><<a href="mailto:75779910@qq.com" target="_blank">75779910@qq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">VTK 7.0 rc2<br>
Eclipse<br>
<br>
I built the example JavaVTK apk,and when I run on my phone it crashed. The<br>
.so is about 10M.<br>
Error: no override found for 'vtkRenderWindow'.<br>
<br>
01-20 15:29:01.387: W/JavaVTKView(26369): creating OpenGL ES 2.0 context<br>
01-20 15:29:01.397: D/dalvikvm(26369): Trying to load lib<br>
/data/app-lib/com.kitware.JavaVTK-2/libJavaVTK.so 0x428a50f8<br>
01-20 15:29:01.427: D/dalvikvm(26369): Added shared lib<br>
/data/app-lib/com.kitware.JavaVTK-2/libJavaVTK.so 0x428a50f8<br>
01-20 15:29:01.427: D/dalvikvm(26369): No JNI_OnLoad found in<br>
/data/app-lib/com.kitware.JavaVTK-2/libJavaVTK.so 0x428a50f8, skipping init<br>
01-20 15:29:01.427: W/VTK(26369): Generic Warning: In<br>
G:\VTK\VTK-7.0.0.rc2\Rendering\Core\vtkRenderWindow.cxx, line 40<br>
01-20 15:29:01.427: W/VTK(26369): Error: no override found for<br>
'vtkRenderWindow'.<br>
01-20 15:29:01.427: A/libc(26369): Fatal signal 11 (SIGSEGV) at 0x00000000<br>
(code=1), thread 26382 (Thread-396)<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Android-Example-JavaVTK-no-override-found-for-vtkRenderWindow-tp5736068.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Android-Example-JavaVTK-no-override-found-for-vtkRenderWindow-tp5736068.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br>518 371 3971<div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</div>