Application Stopped Working [ ANDVideoView Demo ], Need Help folks
Delphi Android Native Components
Brought to you by:
b_yaghobi
Hello folks !
First of all many thanks for this great effort! these components looks amazing ! i am looking for any solution for playing videos not in fulscreen and I found this great project! i tried the demo for ANDVideoView but when it starts on android i get a message "ANDVideoView Stopped Working", I really need this solution, there is any workaround? this is really important to me,
Many thanks!
Did you find a solution? I'm having the same problem. Thank you.
+1
I have same problem. Anyone have good start this example? (ANDVideoView)?
I recompile the classes.dex, it's not happend.
Last edit: FeLDMaRShaL 2014-10-23
Up!
This component is under development and it is not working at all :( It's very sad.
I also tried same demo, and here are my reports:
SW: Delphi XE8 evaluation, successfully patched and merged dex classes.
HW: Galaxy Note 3 SM-N9005
The demo app is crashing on loading libsc-a3xx.so.
Additional info:
Its crashing in System.Classes:
procedure NotifyGlobalLoading;
var
I: Integer;
G: TList<TComponent>;
begin
G := GlobalLoaded; // performance: eliminate repeated trips through TLS lookup
for I := 0 to G.Count - 1 do
TComponent(G[I]).Loaded; // here im getting the crash after 4th itteration
end;