Is the ads interface supported under the player?
I was able to get the Android project to build and run (even tho no ads show) but when I try to test it under the player I get:
no field package.preload['ads']
no file './ads.lua'
no file '/usr/local/share/lua/5.1/ads.lua'
no file '/usr/local/share/lua/5.1/ads/init.lua'
no file '/usr/local/lib/lua/5.1/ads.lua'
no file '/usr/local/lib/lua/5.1/ads/init.lua'
no file './ads.so'
no file '/usr/local/lib/lua/5.1/ads.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
Thank you.
Comments
You have to export your project and then import it to Eclipse.
Steps to install:
http://docs.giderosmobile.com/interface/ads
You need to create your own player with the plugins you want:
http://docs.giderosmobile.com/deployment.html
Check "Device player with plugins"
<-uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/->
<-uses-permission android:name="android.permission.ACCESS_WIFI_STATE"->
<-uses-permission android:name="android.permission.INTERNET"/->
<-uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/->
<-uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/->
<-uses-permission android:name="android.permission.VIBRATE"/->
It seems, my list is not enough... Because the Start button is disabled :-S
http://members.giderosmobile.com/knowledgebase.php?action=displayarticle&id=25
Any ideas why?
Thank you.
Thank you