The import javax.sound cannot be resolved [closed] - java

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have a problem http://prntscr.com/437w8p
I have java jre8 installed
I tried with version jre7 and same.
Can someone please help me? I've tried everything...

The Android SDK does not have javax.sound. You need to use Android media APIs for audio playback on Android.

Related

How do I add an api to my app in android studio? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I want to know how to integrate an API in java in android studio for my app. I am trying to find a way to get the definition of words in any language by using an API but I have no idea how to work with APIs does anyone know how I get started?

How to use a java function in libgdx [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
Hi, I wanna use a java (in AndroidLauncher) function in libgdx. Please help me.
Hopefully you're trying to call method of AndroidLauncher class which is in android module.
You can use interfacing for your requirement.
https://github.com/libgdx/libgdx/wiki/Interfacing-with-platform-specific-code

GAE not initialized JAVA [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am trying to work with Google App Engine.
I have Eclipse on my PC
and I have upgraded my Java to 1.7.0_45
Like this picture : http://ppt.cc/U9Wv
but I can't initialized
how can I resolve it ?
thanks
Please do the following:
In Eclipse, go to Window -> Show View. Select Problems. This should show a list of issues currently in your Project that is resulting in the Error.

Simple webservice example for JDK 1.4 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Can anyone help me to learn developing webservices with jdk 1.4?
I'm restricted to JDK 1.4, so I can't use web services which use annotation.
The first version of Axis required JDK Version - 1.3.1+

How to play .avi video with android 2.2 sdk in java? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm very new to android jdk,
anyone knows how to play .avi in it?
use MediaPlayer. See the example here.

Categories