Android Question Missing jar file for no reason - why?

tsteward

Well-Known Member
Licensed User
Longtime User
Why am I suddenly getting this message. I have changed nothing on my system but al suddenly getting this error when I load b4a before even loading any project

[IDE message - 9:36:22]
An error occurred.
Missing jar file for library: VideoViewExtras.xml
 

William Lancee

Well-Known Member
Licensed User
Longtime User
This is quite old so I don't know if this is the reason.

https://www.b4x.com/android/forum/threads/missing-jar-file-for-library-devices-xml.17836/

But it is easy to delete VideoViewExtras.xml from your Additional Folder and see if that solves the problem.
The error seems to suggest that you have a VideoViewExtras.xml without a matching VideoViewExtras.jar
If you need them you can always add both back in.

And I don't know why this would occur "suddenly" - although I have thought that many times also - but I was always wrong.
Something else must have changed.
 
Upvote 0
Top