Hi all devs. I'm here because I need help, of course..
I made an application with a listview. When the user click on a listview item, an mp3 file starts.
It's perfect on my phone but on my friends' phones it gives errors..
1) clicking on a item, the apps gives them this error:
An error has occurred in sub:
main_listview1_itemclick (java
line: 331)
java.io.ioexception: setDataSourceFD failed.:
status=0x80000000
Continue? [y/n]
2) Ads not showing on their devices... the ads is not visible because it has these coordinates and it's impossible to show it on smaller screens:
AdView1.Initialize("Ad", "pub-id")
This is how the application should be
If you want you can check... this is the application. it's a fun mp3 compilation of a crazy man that screams everytime
*edit*
if you want i can post the complete source code of the application
I made an application with a listview. When the user click on a listview item, an mp3 file starts.
It's perfect on my phone but on my friends' phones it gives errors..
1) clicking on a item, the apps gives them this error:
An error has occurred in sub:
main_listview1_itemclick (java
line: 331)
java.io.ioexception: setDataSourceFD failed.:
status=0x80000000
Continue? [y/n]
2) Ads not showing on their devices... the ads is not visible because it has these coordinates and it's impossible to show it on smaller screens:
AdView1.Initialize("Ad", "pub-id")
This is how the application should be
If you want you can check... this is the application. it's a fun mp3 compilation of a crazy man that screams everytime
*edit*
if you want i can post the complete source code of the application
Last edited: