i-p-tel / sipdroid

Free SIP/VoIP client for Android
http://sipdroid.org
GNU General Public License v3.0
638 stars 265 forks source link

Got error when compiling 'typedef.h: No such file or directory' #1014

Open krunalindrodiya opened 8 years ago

krunalindrodiya commented 8 years ago

New in sip,

Download the code and import in android studio. Then setting Android ndk path sync project gradle is successfully.

After run the project, throw compile time exception.

"Error:(39, 21) typedef.h: No such file or directory" in \sipdroid\app\src\main\jni\bv16_jni.cpp

So what is solution for same.

I am new in NDK and SIP.

Erichkko commented 8 years ago

I met the same problem, excuse me, can you solve it

krunalindrodiya commented 8 years ago

@Erichkko yes i solve this issue.

Just include this file from package.

farhan56 commented 8 years ago

can please explain the steps elaborately?

ashokbg commented 8 years ago

i am also facing same issue..someone tell me steps to solve.