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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -