Changes between Version 67 and Version 68 of Getting-Started/Android


Ignore:
Timestamp:
Aug 11, 2016 5:23:40 AM (8 years ago)
Author:
riza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v67 v68  
    355355}}} 
    356356 
     357=== !UnsatisfiedLinkError exception with "Native method not found: org.pjsip.pjsua2.pjsua2JNI.swig_module_init" message === #no_swig_module_init 
     358The reason might be: 
     359- The Java interface files and/or the native library wasn't copied to the appropriate folder. Please have a look at [#create-own-app here] 
     360- You built the lib using newer APP_PLATFORM on an older device. Please have a look at [#failloadlib here] 
    357361 
    358362=== Error configure-android with "--use-ndk-cflags" using android-ndk-r11 or later === #err_ndkr11