I am using the built in twitter
local function twitter_post()
local options = {
message = “Hello Twitter world!”
}
native.showPopup( “twitter”, options )
end
It wont pop up the twitter dialog box and so I did a ./logcat.sh and I get this error output…
I/InputDispatcher( 576): Delivering touch to: action: 0x1, toolType: 1
V/Corona ( 5464): > Class.forName: CoronaProvider._native.popup.twitter.LuaLoader
V/Corona ( 5464): WARNING: Could not load ‘CoronaProvider._native.popup.twitter.LuaLoader’
W/System.err( 5464): java.lang.ClassNotFoundException: CoronaProvider._native.popup.twitter.LuaLoader
W/System.err( 5464): at java.lang.Class.classForName(Native Method)
Should I be adding a folder to my project somewhere?