Can't run ALLiveVideoChat demo #180
Replies: 7 comments 4 replies
-
NoClassDefFoundError mean you miss the webrtc.jar. you need to include the webrtc.jar (Alcinoe\lib\jar\org.webrtc\webrtc.jar) and the Alcinoe\lib\jar\com.alcinoe\com.alcinoe.webrtc\alcinoe-webrtc.jar and on the top of this you need to deploy the libjingle_peerconnection_so.so. can you try to run this apk on your phone: https://tinyurl.com/ydymo23w and say me if it's work ? |
Beta Was this translation helpful? Give feedback.
-
I already had libraries included (webrtc.jar and alcinoe-webrtc.jar) in android32 platform. I tried to add these libraries to android64 platform without success. Simply, added libraries can't be found in libraries list. Btw, almost all libs in Android64 platform are disabled ,except fmx.dex.jar. At the end I have a "uninformed" question: How to deploy libjingle_peerconnection_so.so? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
everything look good :( can you try to deploy the app in 32 bit (even if you have 64 bit) ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I think that problem is in dx.bat
and here is output
and here is dx.bat file
I have modified paths on two places according to my paths. Original paths are in comments above change. |
Beta Was this translation helpful? Give feedback.
-
Hi, [Exec Error] The command "PATH C:\Program Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot\bin;C:\Program Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot\bin;D:\RadStudio_10.4.2\bin;D:\RadStudio_10.4.2\bin64;C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl;C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl\Win64;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Windows Live\Shared;C:\WINDOWS\System32\OpenSSH;C:\App Maker\Source\Projects\Lib\Win32\Release;D:\Embarcadero\Windows Kits\10\Windows Performance Toolkit;C:\Users\Public\Embarcadero\Studio\21.0\Bpl;C:\Users\ibc\AppData\Local\Microsoft\WindowsApps; & set JAVA_HOME=C:\Program Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot& "C:\Users\Public\Documents\Embarcadero\Studio\21.0\CatalogRepository\AndroidSDK-2525-21.0.40680.4203\build-tools\29.0.3\dx.bat" --dex --output="C:\Temp\alcinoe-master\demos\ALLiveVideoChat\client\Android\Debug\alcinoe-webrtc-dexed.jar" "C:\Temp\alcinoe-master\lib\jar\com.alcinoe\com.alcinoe.webrtc\alcinoe-webrtc.jar"" exited with code 255. Can you help me? |
Beta Was this translation helpful? Give feedback.
-
Sorry to bother you but I'm clueless. As described in issue #177 I have successfully compiled ALLiveVideoChatClient but It crash after start. I tried to trace, and found that Client pass FormCreate, and twice form resize, exit resize and crash, if we can trust debugger.
events:
What to do?
Beta Was this translation helpful? Give feedback.
All reactions