gabrielfari / aacdecoder-android

Automatically exported from code.google.com/p/aacdecoder-android
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Unable to create test project #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to see a AAC streaming, I add the com.spoledge.aacdecoder.jar file 
to the project and use the import...

This is my code:
AACPlayer p = new AACPlayer();
try {
 p.play("http://69.64.37.242:8000");
} catch (Exception e) {
 Toast.makeText(getApplicationContext(), "?", 5000);
 e.printStackTrace();
}
//

I am getting this error:
04-30 16:52:55.159: E/dalvikvm(1363): Could not find class 
'com.spoledge.aacdecoder.AACPlayer', referenced from method 
test.streaming3Activity.onCreate

Original issue reported on code.google.com by Roberto1...@gmail.com on 30 Apr 2012 at 10:58

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Please delete this issue... 

Original comment by Roberto1...@gmail.com on 2 May 2012 at 9:50

GoogleCodeExporter commented 8 years ago
Deleted on submitter's request.

Original comment by vbarta...@gmail.com on 10 May 2012 at 7:06

GoogleCodeExporter commented 8 years ago
hello
I have same problem can you help me to solve this Could not find class 

Could not find class 'com.spoledge.aacdecoder.AACPlayer', referenced from 
method  

Original comment by jiant...@gmail.com on 24 Jan 2013 at 5:10