GLBasic forum

Main forum => GLBasic - en => Topic started by: backspace on 2013-Jan-15

Title: Android Media folder - How?
Post by: backspace on 2013-Jan-15
Hi, me again, but this time with an Android question.
I'm getting closer to my GLBasic goals, and decided to detour to test on Android. I have all the SDK's and Java stuff set up.
The problem however is I can get the APK copied, installed and run the app on my device, but I do not have the media files or folder available to the app. I checked inside the .apk and it's also not in there. The app runs great on my device, except it has no media files to support it.
Do I have to do something manually in order to get the media folder and files onto the device?
Title: Android Media folder - How?
Post by: Kitty Hello on 2013-Jan-17
Media (capital M) must be in project.app directory.
Title: Re: Android Media folder - How?
Post by: backspace on 2013-Jan-18
Thanks Kitty