Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent libvlc.so file loading issue for Android platform #2

Open
07101994 opened this issue Nov 8, 2018 · 0 comments
Open

Intermittent libvlc.so file loading issue for Android platform #2

07101994 opened this issue Nov 8, 2018 · 0 comments
Assignees
Labels
android Related to Android app bug Something isn't working help wanted Extra attention is needed xamarin-forms
Milestone

Comments

@07101994
Copy link
Owner

07101994 commented Nov 8, 2018

This issue only relates to the Android platform.

DllImport error loading library 'libvlc': 'dlopen failed: library "/data/app/com.companyname-1/lib/arm64/libvlc" not found'.

DllImport error loading library '/system/lib/libvlc.so': 'dlopen failed: library "/data/app/com.companyname-1/lib/arm64//system/lib/libvlc.so" not found'.

Whenever fresh install of the app is done on the Android mobile the app debugs fine, but when the app is updated over the previously installed app the above error is displayed and the Android app crashes.

Steps to reproduce:

  1. Run the app from the Visual Studio.
  2. Verify that the app works well by selecting Video file from the video selector intent.
  3. Close the app.
  4. Run the app again and try out some other videos and verify that the above error shows up in the debug console and the video file is not playing anymore.
@07101994 07101994 added bug Something isn't working help wanted Extra attention is needed android Related to Android app xamarin-forms labels Nov 8, 2018
@07101994 07101994 added this to the vNext milestone Nov 8, 2018
@07101994 07101994 self-assigned this Nov 8, 2018
@07101994 07101994 changed the title libvlc.so file loading isue for Android platform Intermittent libvlc.so file loading issue for Android platform Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Related to Android app bug Something isn't working help wanted Extra attention is needed xamarin-forms
Projects
None yet
Development

No branches or pull requests

1 participant