Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Macron

Pages: [1]
1
Thank you @ChronicRat very much, that worked :)!

2
@ChronicRat With that, I still get
sfml-activity: Undefined symbol ANativeActivity_onCreate
 
error.
@binary1248 Nothing seems to change with other library order.

3
With gnustl_shared I get
sfml-activity(2546): sfml-activity: Undefined symbol ANativeActivity_onCreate
and with gnustl_static I get errors:
 dlopen("/data/app-lib/com.example.sfml-1/libgnustl_shared.so"): Cannot load library: load_library(linker.cpp:745): library "/data/app-lib/com.example.sfml-1/libgnustl_shared.so" not found
 
.

4
General / Android - Undefined reference to functions which are using string
« on: February 24, 2015, 06:06:42 pm »
Hi. I wanted to make app on Android, so I downloaded SFML<andfixes branch>, got it compiled and made project from example files. But when I build it with ndk-build, I get these errors:
(click to show/hide)
My Android.mk:
(click to show/hide)
and my Application.mk
(click to show/hide)

Code is SFML example.
If I compile with another APP_STL option, apk gets compiled, but doesn't want to work.

Pages: [1]