Menu

#23 Application Stopped Working [ ANDVideoView Demo ], Need Help folks

Bug
open
2015-04-14
2014-09-25
No

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!

Discussion

  • MEsut

    MEsut - 2014-10-20

    Did you find a solution? I'm having the same problem. Thank you.

     
  • FeLDMaRShaL

    FeLDMaRShaL - 2014-10-23

    +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
  • FeLDMaRShaL

    FeLDMaRShaL - 2014-10-27

    Up!

     
  • FeLDMaRShaL

    FeLDMaRShaL - 2014-10-29

    This component is under development and it is not working at all :( It's very sad.

     
  • MMe

    MMe - 2015-04-14

    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.

     
  • MMe

    MMe - 2015-04-14

    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;

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.