Daniel K
Daniel K

Reputation: 305

Why can't I import javax.sound.sampled. when they seem to show in my libraries?

I am trying to use some of the classes from the javax.sound.sampled libraries. But even though, to my novice eyes, the files are there, AndroidStudio won't import them.

Is something not set properly?

Image of libraries as shown in AndroidStudio

Upvotes: 0

Views: 1599

Answers (1)

Francis Ulliz
Francis Ulliz

Reputation: 1

Try deleting the module-info.java from the default package.

Upvotes: 0

Related Questions