About Store Forum Documentation Contact



Post Reply 
(solved) try to build to android got this errors
Author Message
fhl41 Offline
Member

Post: #1
(solved) try to build to android got this errors
android-ndk-r10e
installer_r24.4.1-windows android tools sdk
jdk1.8.0_92
[/quote]
[make.exe: Entering directory `C:/Users/fhl41/Documents/Esenthel_RPG/Projects/_Build_/Esenthel RPG 2/Android'
[armeabi-v7a] SharedLibrary : libProject.so
[x86] SharedLibrary : libProject.so
jni/../../Source/Main.cpp:6: error: undefined reference to 'EE::Mouse::cursor(EE::CacheElmPtr<EE::Image, EE::_Images> const&, EE::VecI2 const&, bool)'
jni/../../Source/Save Game.cpp:180: error: undefined reference to 'EE::LayeredClouds::set(unsigned char, EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Game.cpp:246: error: undefined reference to 'EE::Object::base(EE::CacheElmPtr<EE::Object, EE::_Objects> const&)'
C:/Users/fhl41/Documents/Esenthel_RPG/Bin/EsenthelEngine/Gui/Objects/Gui Image.h:17: error: undefined reference to 'EE::GuiImage::create(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
C:/Users/fhl41/Documents/Esenthel_RPG/Bin/EsenthelEngine/Gui/Objects/Gui Image.h:17: error: undefined reference to 'EE::GuiImage::create(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
C:/Users/fhl41/Documents/Esenthel_RPG/Bin/EsenthelEngine/Gui/Objects/Gui Image.h:17: error: undefined reference to 'EE::GuiImage::create(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
C:/Users/fhl41/Documents/Esenthel_RPG/Bin/EsenthelEngine/Gui/Objects/Gui Image.h:17: error: undefined reference to 'EE::GuiImage::create(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Inventory Gui.cpp:130: error: undefined reference to 'EE::GuiImage::set(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Inventory Gui.cpp:133: error: undefined reference to 'EE::GuiImage::set(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Inventory Gui.cpp:147: error: undefined reference to 'EE::GuiImage::set(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Player.cpp:268: error: undefined reference to 'EE::Object::base(EE::CacheElmPtr<EE::Object, EE::_Objects> const&)'
jni/../../Source/Player.cpp:253: error: undefined reference to 'EE::Object::base(EE::CacheElmPtr<EE::Object, EE::_Objects> const&)'
jni/../../Source/Player.cpp:279: error: undefined reference to 'EE::Object::base(EE::CacheElmPtr<EE::Object, EE::_Objects> const&)'
collect2.exe: error: ld returned 1 exit status
make.exe: *** [obj/local/x86/libProject.so] Error 1
make.exe: *** Waiting for unfinished jobs....
C:/Users/fhl41/Documents/Esenthel_RPG/Bin/EsenthelEngine/Gui/Objects/Gui Image.h:17: error: undefined reference to 'EE::GuiImage::create(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Main.cpp:6: error: undefined reference to 'EE::Mouse::cursor(EE::CacheElmPtr<EE::Image, EE::_Images> const&, EE::VecI2 const&, bool)'
jni/../../Source/Inventory Gui.cpp:130: error: undefined reference to 'EE::GuiImage::set(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Inventory Gui.cpp:133: error: undefined reference to 'EE::GuiImage::set(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Inventory Gui.cpp:147: error: undefined reference to 'EE::GuiImage::set(EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Save Game.cpp:180: error: undefined reference to 'EE::LayeredClouds::set(unsigned char, EE::CacheElmPtr<EE::Image, EE::_Images> const&)'
jni/../../Source/Game.cpp:246: error: undefined reference to 'EE::Object::base(EE::CacheElmPtr<EE::Object, EE::_Objects> const&)'
jni/../../Source/Player.cpp:253: error: undefined reference to 'EE::Object::base(EE::CacheElmPtr<EE::Object, EE::_Objects> const&)'
jni/../../Source/Player.cpp:268: error: undefined reference to 'EE::Object::base(EE::CacheElmPtr<EE::Object, EE::_Objects> const&)'
jni/../../Source/Player.cpp:279: error: undefined reference to 'EE::Object::base(EE::CacheElmPtr<EE::Object, EE::_Objects> const&)'
collect2.exe: error: ld returned 1 exit status
make.exe: *** [obj/local/armeabi-v7a/libProject.so] Error 1
make.exe: Leaving directory `C:/Users/fhl41/Documents/Esenthel_RPG/Projects/_Build_/Esenthel RPG 2/Android']

i got it working with this
android-ndk-r11e
installer_r24.4.1-windows android tools sdk
jdk1.8.0_92

its working now thanks lol
android-ndk-r11c
installer_r24.4.1-windows android tools sdk
jdk1.7.0_80
(This post was last modified: 06-02-2016 11:10 PM by fhl41.)
06-02-2016 10:23 PM
Find all posts by this user Quote this message in a reply
Post Reply