android - Error : occurred configuring project -
i error when try build telegram project :
error:a problem occurred configuring project ':tmessagesproj'. executing external native build ndkbuild c:\users\m\desktop\apps\telegram\tmessagesproj\jni\android.mk
i use telegram surce code : https://github.com/drklo/telegram url of android.mk : https://github.com/drklo/telegram/blob/master/tmessagesproj/jni/android.mk
before few days ago faced same issue. added
sourcesets { main { jni.srcdirs = [] } } in .gradel file above
buildtypes{}
Comments
Post a Comment