Re: [Mono-dev] Using .so file in Android Library Project and then using it in an Android App

2014-12-03 Thread Jonathan Pryor
On Dec 2, 2014, at 9:09 AM, Burhan Eyuboglu  wrote:
> When I add libcyusb.so, I got this error: "libcyusb.so is not a valid ELF 
> executable"

Where do you get this error from? What's the overall context?

> I checked the library, libcyusb.so is not ELF, it is a linker, however 
> libcyusb.so.1 is ELF 64 bit sharerd object. How can add libcyusb.so.1? 
> Because android accepts lib prefix and so suffix.

Android wants a lib prefix and .so suffix. ".1" is not ".so"; if you managed to 
add libcyusb.so.1 to your .apk, it will *not* be installed.

Additionally, Xamarin.Android does not currently support 64-bit processors. 
(It's being worked on.) Consequently, you'll need to target a 32-bit ABI, e.g. 
armeabi-v7a.

Thanks,
 - Jon

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Using .so file in Android Library Project and then using it in an Android App

2014-12-02 Thread Burhan Eyuboglu
enemesi.LibraryDenemesi/files/.__override__/CypressDenemeLibrary.dll'.
>>>>> [Mono] Config attempting to parse:
>>>>> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/CypressDenemeLibrary.dll.config'.
>>>>> [Mono] Config attempting to parse:
>>>>> '/Users/builder/data/lanes/monodroid-mlion-monodroid-4.20-series/ba9bbbdd/source/monodroid/builds/install/mono-armv7/etc/mono/assemblies/CypressDenemeLibrary/CypressDenemeLibrary.config'.
>>>>> [Mono] Assembly Ref addref LibraryDenemesi[0x5c771638] ->
>>>>> CypressDenemeLibrary[0x5f6dd4f8]: 2
>>>>> [Mono] Assembly Ref addref CypressDenemeLibrary[0x5f6dd4f8] ->
>>>>> mscorlib[0x5ac6bfe0]: 5
>>>>> [Mono] DllImport attempting to load: 'libcyusb.so'.
>>>>> [Mono] DllImport error loading library
>>>>> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so':
>>>>> 'Cannot load library: load_library(linker.cpp:746): library
>>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
>>>>> not found'.
>>>>> [Mono] DllImport error loading library
>>>>> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so':
>>>>> 'Cannot load library: load_library(linker.cpp:746): library
>>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
>>>>> not found'.
>>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>>> library: load_library(linker.cpp:746): library
>>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>>> library: load_library(linker.cpp:746): library
>>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>>> library: load_library(linker.cpp:746): library
>>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>>> [Mono] DllImport unable to load library 'Cannot load library:
>>>>> load_library(linker.cpp:746): library
>>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>>> Loaded assembly:
>>>>> /storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/CypressDenemeLibrary.dll
>>>>> [External]
>>>>> [MoreInfoHPW_ViewGroup] Parent view is not a TextView
>>>>> [Mono] DllImport searching in: '__Internal' ('(null)').
>>>>> [Mono] Searching for '_monodroid_gref_log_delete'.
>>>>> [Mono] Probing '_monodroid_gref_log_delete'.
>>>>> [Mono] Found as '_monodroid_gref_log_delete'.
>>>>> [Mono] DllImport attempting to load: 'libcyusb.so'.
>>>>> [Mono] DllImport error loading library
>>>>> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so':
>>>>> 'Cannot load library: load_library(linker.cpp:746): library
>>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
>>>>> not found'.
>>>>> [Mono] DllImport error loading library
>>>>> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so':
>>>>> 'Cannot load library: load_library(linker.cpp:746): library
>>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
>>>>> not found'.
>>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>>> library: load_library(linker.cpp:746): library
>>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>>> [Mono] DllImport error loading

Re: [Mono-dev] Using .so file in Android Library Project and then using it in an Android App

2014-11-28 Thread Burhan Eyuboglu
27;/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so':
>>>> 'Cannot load library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
>>>> not found'.
>>>> [Mono] DllImport error loading library
>>>> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so':
>>>> 'Cannot load library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
>>>> not found'.
>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>> library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>> library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>> library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>> [Mono] DllImport unable to load library 'Cannot load library:
>>>> load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>> Loaded assembly:
>>>> /storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/CypressDenemeLibrary.dll
>>>> [External]
>>>> [MoreInfoHPW_ViewGroup] Parent view is not a TextView
>>>> [Mono] DllImport searching in: '__Internal' ('(null)').
>>>> [Mono] Searching for '_monodroid_gref_log_delete'.
>>>> [Mono] Probing '_monodroid_gref_log_delete'.
>>>> [Mono] Found as '_monodroid_gref_log_delete'.
>>>> [Mono] DllImport attempting to load: 'libcyusb.so'.
>>>> [Mono] DllImport error loading library
>>>> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so':
>>>> 'Cannot load library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
>>>> not found'.
>>>> [Mono] DllImport error loading library
>>>> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so':
>>>> 'Cannot load library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
>>>> not found'.
>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>> library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>> library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
>>>> library: load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>> [Mono] DllImport unable to load library 'Cannot load library:
>>>> load_library(linker.cpp:746): library
>>>> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
>>>> [Mono] Assembly Ref addref CypressDenemeLibrary[0x5f6dd4f8] ->
>>>> Mono.Android[0x5aa93670]: 3
>>>> [Mono] DllImport attempting to load: '/system/lib/liblog.so'.
>>>> [Mono] DllImport loaded library '/system/lib/liblog.so'.
>>>> [Mono] DllImport searching in: '/system/lib/liblog.so'
>>>> ('/system/lib/liblog.so').
>>>> [Mono] Searching for '__android_log_print'.
>>>> [Mono] Probing '__android_log_print'.
>>>> [Mono] Found as '__android_log_print'.
>>>> System.DllNotFoundException: libcyusb.so
>>>>   at (wrapper managed-to-native) DataDeneme:libusb_init ()
>>>>   at LibraryDenemesi.MainActivity.OnCreate (Android.OS.Bundle bundle)
>>>> [0x0004e] in
>>>> c:\Users\Sercan\Documents\Projects\LibraryDenemesi\LibraryDenemesi\MainActivity.cs:34
>>>> [libEGL] loaded /system/lib/egl/libEGL_mali.so
>>>> [libEGL] loaded /system/lib/egl/libGLESv1_CM_mali.so
>>>> [libEGL] loaded /system/lib/egl/libGLESv2_mali.so
>>>> [] Device driver API match
>>>> [] Device driver API version: 17
>>>> [] User space API version: 17
>>>> [] mali: REVISION=Linux-r3p1-01rel1 BUILD_DATE=Fri May 10 18:36:49 KST
>>>> 2013
>>>> [OpenGLRenderer] Enabling debug mode 0
>>>>
>>>>
>>>>
>>>> 2014-11-26 12:28 GMT+02:00 Burhan Eyuboglu :
>>>>
>>>>>
>>>>> -- Forwarded message --
>>>>> From: Jonathan Pryor 
>>>>> Date: 2014-11-25 17:47 GMT+02:00
>>>>> Subject: Re: [Mono-dev] Using .so file in Android Library Project and
>>>>> then using it in an Android App
>>>>> To: Burhan Eyuboglu 
>>>>>
>>>>>
>>>>> On Nov 25, 2014, at 7:17 AM, Burhan Eyuboglu 
>>>>> wrote:
>>>>> > I was trying to import with wrong name : "cylibusb". My library's
>>>>> name is libcyusb.so.
>>>>> > You said that libcyusb.so should be in the .apk files in the
>>>>> previous mails, however I open the apk files (armeabi-v7a) and copy the
>>>>> libcyusb.so into them and run the application,then it gives same error and
>>>>> when I look at apk files after runining, there is no libcyusb.so in them.
>>>>> >
>>>>> > How can I put libcyusb.so to the lib/armeabi-v7a?
>>>>>
>>>>> You need to add libcyusb.so to your project with a Build action of
>>>>> AndroidNativeLibrary.
>>>>>
>>>>> When adding libcyusb.so to your project, it must be located in a
>>>>> directory that matches the ABI, e.g. you should have a
>>>>> native-libs\armeabi-v7a\libcyusb.so file, and add that file to your 
>>>>> project
>>>>> with a Build action of AndroidNativeLibrary.
>>>>>
>>>>>  - Jon
>>>>>
>>>>>
>>>>> I need .so file with AndroidLibraryProject not with
>>>>> AndroidApplicationProject, and in the AndroidLibraryProject, there is no
>>>>> lib or lib/armeabi-v7a folder. Where can I put libcyusb.so?
>>>>>
>>>>
>>>> ___
>>>> Mono-devel-list mailing list
>>>> Mono-devel-list@lists.ximian.com
>>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>>
>>>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Using .so file in Android Library Project and then using it in an Android App

2014-11-26 Thread Rafael Teixeira
Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
> not found'.
> [Mono] DllImport error loading library
> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so':
> 'Cannot load library: load_library(linker.cpp:746): library
> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcyusb.so"
> not found'.
> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
> library: load_library(linker.cpp:746): library
> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
> library: load_library(linker.cpp:746): library
> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
> [Mono] DllImport error loading library 'libcyusb.so': 'Cannot load
> library: load_library(linker.cpp:746): library
> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
> [Mono] DllImport unable to load library 'Cannot load library:
> load_library(linker.cpp:746): library
> "/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
> [Mono] Assembly Ref addref CypressDenemeLibrary[0x5f6dd4f8] ->
> Mono.Android[0x5aa93670]: 3
> [Mono] DllImport attempting to load: '/system/lib/liblog.so'.
> [Mono] DllImport loaded library '/system/lib/liblog.so'.
> [Mono] DllImport searching in: '/system/lib/liblog.so'
> ('/system/lib/liblog.so').
> [Mono] Searching for '__android_log_print'.
> [Mono] Probing '__android_log_print'.
> [Mono] Found as '__android_log_print'.
> System.DllNotFoundException: libcyusb.so
>   at (wrapper managed-to-native) DataDeneme:libusb_init ()
>   at LibraryDenemesi.MainActivity.OnCreate (Android.OS.Bundle bundle)
> [0x0004e] in
> c:\Users\Sercan\Documents\Projects\LibraryDenemesi\LibraryDenemesi\MainActivity.cs:34
> [libEGL] loaded /system/lib/egl/libEGL_mali.so
> [libEGL] loaded /system/lib/egl/libGLESv1_CM_mali.so
> [libEGL] loaded /system/lib/egl/libGLESv2_mali.so
> [] Device driver API match
> [] Device driver API version: 17
> [] User space API version: 17
> [] mali: REVISION=Linux-r3p1-01rel1 BUILD_DATE=Fri May 10 18:36:49 KST
> 2013
> [OpenGLRenderer] Enabling debug mode 0
>
>
>
> 2014-11-26 12:28 GMT+02:00 Burhan Eyuboglu :
>
>>
>> -- Forwarded message --
>> From: Jonathan Pryor 
>> Date: 2014-11-25 17:47 GMT+02:00
>> Subject: Re: [Mono-dev] Using .so file in Android Library Project and
>> then using it in an Android App
>> To: Burhan Eyuboglu 
>>
>>
>> On Nov 25, 2014, at 7:17 AM, Burhan Eyuboglu 
>> wrote:
>> > I was trying to import with wrong name : "cylibusb". My library's name
>> is libcyusb.so.
>> > You said that libcyusb.so should be in the .apk files in the previous
>> mails, however I open the apk files (armeabi-v7a) and copy the libcyusb.so
>> into them and run the application,then it gives same error and when I look
>> at apk files after runining, there is no libcyusb.so in them.
>> >
>> > How can I put libcyusb.so to the lib/armeabi-v7a?
>>
>> You need to add libcyusb.so to your project with a Build action of
>> AndroidNativeLibrary.
>>
>> When adding libcyusb.so to your project, it must be located in a
>> directory that matches the ABI, e.g. you should have a
>> native-libs\armeabi-v7a\libcyusb.so file, and add that file to your project
>> with a Build action of AndroidNativeLibrary.
>>
>>  - Jon
>>
>>
>> I need .so file with AndroidLibraryProject not with
>> AndroidApplicationProject, and in the AndroidLibraryProject, there is no
>> lib or lib/armeabi-v7a folder. Where can I put libcyusb.so?
>>
>
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Using .so file in Android Library Project and then using it in an Android App

2014-11-26 Thread Burhan Eyuboglu
nnot load library:
load_library(linker.cpp:746): library
"/data/data/LibraryDenemesi.LibraryDenemesi/lib/libcyusb.so" not found'.
[Mono] Assembly Ref addref CypressDenemeLibrary[0x5f6dd4f8] ->
Mono.Android[0x5aa93670]: 3
[Mono] DllImport attempting to load: '/system/lib/liblog.so'.
[Mono] DllImport loaded library '/system/lib/liblog.so'.
[Mono] DllImport searching in: '/system/lib/liblog.so'
('/system/lib/liblog.so').
[Mono] Searching for '__android_log_print'.
[Mono] Probing '__android_log_print'.
[Mono] Found as '__android_log_print'.
System.DllNotFoundException: libcyusb.so
  at (wrapper managed-to-native) DataDeneme:libusb_init ()
  at LibraryDenemesi.MainActivity.OnCreate (Android.OS.Bundle bundle)
[0x0004e] in
c:\Users\Sercan\Documents\Projects\LibraryDenemesi\LibraryDenemesi\MainActivity.cs:34
[libEGL] loaded /system/lib/egl/libEGL_mali.so
[libEGL] loaded /system/lib/egl/libGLESv1_CM_mali.so
[libEGL] loaded /system/lib/egl/libGLESv2_mali.so
[] Device driver API match
[] Device driver API version: 17
[] User space API version: 17
[] mali: REVISION=Linux-r3p1-01rel1 BUILD_DATE=Fri May 10 18:36:49 KST 2013
[OpenGLRenderer] Enabling debug mode 0



2014-11-26 12:28 GMT+02:00 Burhan Eyuboglu :

>
> -- Forwarded message --
> From: Jonathan Pryor 
> Date: 2014-11-25 17:47 GMT+02:00
> Subject: Re: [Mono-dev] Using .so file in Android Library Project and then
> using it in an Android App
> To: Burhan Eyuboglu 
>
>
> On Nov 25, 2014, at 7:17 AM, Burhan Eyuboglu 
> wrote:
> > I was trying to import with wrong name : "cylibusb". My library's name
> is libcyusb.so.
> > You said that libcyusb.so should be in the .apk files in the previous
> mails, however I open the apk files (armeabi-v7a) and copy the libcyusb.so
> into them and run the application,then it gives same error and when I look
> at apk files after runining, there is no libcyusb.so in them.
> >
> > How can I put libcyusb.so to the lib/armeabi-v7a?
>
> You need to add libcyusb.so to your project with a Build action of
> AndroidNativeLibrary.
>
> When adding libcyusb.so to your project, it must be located in a directory
> that matches the ABI, e.g. you should have a
> native-libs\armeabi-v7a\libcyusb.so file, and add that file to your project
> with a Build action of AndroidNativeLibrary.
>
>  - Jon
>
>
> I need .so file with AndroidLibraryProject not with
> AndroidApplicationProject, and in the AndroidLibraryProject, there is no
> lib or lib/armeabi-v7a folder. Where can I put libcyusb.so?
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Using .so file in Android Library Project and then using it in an Android App

2014-11-18 Thread Jonathan Pryor
On Nov 18, 2014, at 10:05 AM, Burhan Eyuboglu  wrote:
> While running my code on an Android Device, it gives that error:

This is better asked on forums.xamarin.com...

> [Mono] DllImport error loading library 
> '/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcylibusb.dll':
>  'Cannot load library: load_library(linker.cpp:746): library 
> "/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcylibusb.dll"
>  not found'.

Please see:


http://developer.xamarin.com/guides/android/advanced_topics/MultiCore_devices_XamarinAndroid/#Android_Native_Library_Installation

There should also be a similar "DllImport error loading library" message 
regarding `libcylibusb.so`, which presumably also isn't found because it isn't 
present. (Or there's a linker error.)

Your .apk should contain the native libraries in `lib/ABI` directories, and 
Android will extract and install the "appropriate" library into your app's lib 
directory. Either your .apk doesn't contain libcylibusb.so, or it contains 
libcylibusb.so for the "wrong" ABI and it isn't being installed, or you're 
hitting an Android installation bug.

You need to `unzip -l` your .apk, ensure libcylibusb.so exists for the ABI that 
your target is running, and (preferably) have a copy of libcylibusb.so for each 
lib/ABI directory within the .apk.

 - Jon

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Using .so file in Android Library Project and then using it in an Android App

2014-11-18 Thread Burhan Eyuboglu
While running my code on an Android Device, it gives that error:


[Mono] DllImport error loading library
'/storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcylibusb.dll':
'Cannot load library: load_library(linker.cpp:746): library
"/data/data/LibraryDenemesi.LibraryDenemesi/lib//storage/emulated/0/Android/data/LibraryDenemesi.LibraryDenemesi/files/.__override__/libcylibusb.dll"
not found'.

When I search for it I found that resource:
http://www.mono-project.com/docs/adv...oundexception/


Where will my project find the cylibusb.so?

If in the /lib folder,  I'm unable to copy my cylibusb.so to /lib folder on
Android device, it gives "Read only file system " error.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list