It looks like you're new here. If you want to get involved, click one of these buttons!
local api_key = "somekey"- it crashes with such anr:
if flurry ~= nil and flurry.isAvailable() then
print("Flurry is available")
flurry.startSession(api_key)
-- flurry.logEvent("test_event",{name="test"})
else
print("Flurry is not available")
end
02-12 18:05:34.370 30973-31008/com.debia.trueorfalse E/dalvikvm: VM aborting
02-12 18:05:34.370 30973-31008/com.debia.trueorfalse A/libc: Fatal signal 6 (SIGABRT) at 0x000078fd (code=-6), thread 31008 (Thread-33129)
Comments
02-13 01:34:02.095: W/dalvikvm(18366): Invalid indirect reference 0x418b11a0 in decodeIndirectRef
02-13 01:34:02.095: I/dalvikvm(18366): "GLThread 35241" prio=5 tid=12 RUNNABLE
02-13 01:34:02.095: I/dalvikvm(18366): | group="main" sCount=0 dsCount=0 obj=0x428e7560 self=0x7255d4d8
02-13 01:34:02.095: I/dalvikvm(18366): | sysTid=18380 nice=0 sched=0/0 cgrp=apps handle=1918228784
02-13 01:34:02.095: I/dalvikvm(18366): | state=R schedstat=( 86538627 24481209 158 ) utm=2 stm=6 core=2
02-13 01:34:02.095: I/dalvikvm(18366): at com.giderosmobile.android.player.GiderosApplication.nativeDrawFrame(Native Method)
02-13 01:34:02.095: I/dalvikvm(18366): at com.giderosmobile.android.player.GiderosApplication.onDrawFrame(GiderosApplication.java:669)
02-13 01:34:02.095: I/dalvikvm(18366): at com.giderosmobile.android.GiderosRenderer.onDrawFrame(trueorfalseActivity.java:361)
02-13 01:34:02.095: I/dalvikvm(18366): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1531)
02-13 01:34:02.095: I/dalvikvm(18366): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1248)
02-13 01:34:02.095: E/dalvikvm(18366): VM aborting
02-13 01:34:02.095: A/libc(18366): Fatal signal 6 (SIGABRT) at 0x000047be (code=-6), thread 18380 (Thread-35241)
02-13 01:34:02.125: I/dalvikvm(18366): Could not find method android.content.pm.PackageManager.getPackageInstaller, referenced from method com.google.android.gms.common.zze.zzm
Set flurryId to the id flurry give you for the game/platform.
Make a player and tick the flurry plugin on export. You need the latest version of Gideros to have the latest working libs. I think the 2017.2 version will be out today.
https://deluxepixel.com