Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
75f1cc8e
Commit
75f1cc8e
authored
Jan 22, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix java.lang.ClassNotFoundException: vlc.android.LibVlcException
parent
0dfcc984
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vlc-android/jni/libvlcjni.c
vlc-android/jni/libvlcjni.c
+1
-1
No files found.
vlc-android/jni/libvlcjni.c
View file @
75f1cc8e
...
...
@@ -225,7 +225,7 @@ void Java_org_videolan_vlc_android_LibVLC_nativeInit(JNIEnv *env, jobject thiz,
if
(
!
instance
)
{
jclass
exc
=
(
*
env
)
->
FindClass
(
env
,
"vlc/android/LibVlcException"
);
jclass
exc
=
(
*
env
)
->
FindClass
(
env
,
"
org/videolan/
vlc/android/LibVlcException"
);
(
*
env
)
->
ThrowNew
(
env
,
exc
,
"Unable to instantiate LibVLC"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment