naman14 / Arcade

Neural style in Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot locate symbol "atof" referenced by "libpng16.so"

divysoni3 opened this issue · comments

When I click on "BEGIN STYLING" button I am getting this exception..

com.naman14.arcade E/AndroidRuntime: FATAL EXCEPTION: IntentService[ArcadeService] java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "atof" referenced by "libpng16.so"... at java.lang.Runtime.loadLibrary(Runtime.java:362) at java.lang.System.loadLibrary(System.java:525) at com.naman14.arcade.library.Arcade.<clinit>(Arcade.java:30) at com.naman14.arcade.library.ArcadeBuilder.build(ArcadeBuilder.java:164) at com.naman14.arcade.ArcadeService.beginStyling(ArcadeService.java:52) at com.naman14.arcade.ArcadeService.onHandleIntent(ArcadeService.java:36) at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:176) at android.os.HandlerThread.run(HandlerThread.java:61)