Telegram for Android, confusing NDK error

こ雲淡風輕ζ 提交于 2019-12-06 11:07:25
Sarv 123

Add below line at the first of your Android.mk file that is in JNI folder.

LOCAL_SHORT_COMMANDS := true

And then add following line at the first of your Application.mk file that is in JNI folder too.

APP_SHORT_COMMANDS := true

If this could not solved your problem and you have some errors yet, then try to use MULTIDEX in your build process. You can find many tutorials out there about how to enable it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!