Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

jawax.media.Renderer is missing in the Project Source in Eclipse #45

Open
chathura1 opened this issue Mar 14, 2016 · 3 comments
Open

jawax.media.Renderer is missing in the Project Source in Eclipse #45

chathura1 opened this issue Mar 14, 2016 · 3 comments

Comments

@chathura1
Copy link

I am trying to build the jitsi-android in Eclipse. I was able to get all libraries except libjitsi.jar is missing in the lib folder. I tried getthing the libjitsi.jar from:
https://github.com/jitsi/jitsi-android/blob/master/lib/bundles/libjitsi.jar

But I am getting following errors:
missing-libjitsi jar from android-jitsi

@chathura1
Copy link
Author

The type javax.media.ResourceUnavailableException cannot be resolved. It is indirectly referenced from required .class files SurfaceRenderer.java /jitsi-android/src/org/jitsi/impl/neomedia/jmfext/media/renderer/video line 1 Java Problem

@chathura1 chathura1 changed the title libjitsi.jar is missing in the Project Source jawax.media.Renderer is missing in the Project Source in Eclipse Mar 18, 2016
@chathura1
Copy link
Author

In SurfaceRenderer.java Eclipse saying remove unused libraries:

import org.jitsi.android.util.java.awt.;
import javax.media.format.
;
import javax.media.renderer.*;

What am i doing wrong here?

@cmeng-git
Copy link

The original jitsi-android uses code from jitsi which make reference to awt and swings which are not available on Android platform. The developers of the jitsi-android do not include the stubs in the jitsi-android released source. You need to create your own stub to handle all these references if you want to compile jitsi-android. Quite a task to do this. The next thing you may face is the 64K code limit on android since jitsi-android does not include multi-dex compilation/linking option in the source.

I have started a new development on aTalk application – a fork from the jisti-android. If you are interested, you may download the apk from the following site.

download_link=http://atalk.sytes.net/releases/atalk-android/aTalk-release.apk

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants