Android Question Leadbolt Problems with new SDK

hasexxl1988

Active Member
Licensed User
Longtime User
Hello,
i have a Problem with the Leadbolt SDK.
Some time ago, everything still works normally. Well, I tried to make the project and a test project in the new SDK ready. Then the following error message:
B4X:
java.lang.RuntimeException: java.io.FileNotFoundException: /storage/sdcard/Android/data/b4a.example/files/virtual_assets/main.bal: open failed: ENOENT (No such file or directory)
    at anywheresoftware.b4a.shell.Shell.virtualAssets(Shell.java:159)
    at anywheresoftware.b4a.shell.Shell.start(Shell.java:91)
    at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:76)
    at b4a.example.main.afterFirstLayout(main.java:90)
    at b4a.example.main.access$100(main.java:16)
    at b4a.example.main$WaitForLayout.run(main.java:76)
    at android.os.Handler.handleCallback(Handler.java:733)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:136)
    at android.app.ActivityThread.main(ActivityThread.java:5017)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:515)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
    at dalvik.system.NativeStart.main(Native Method)
Caused by: java.io.FileNotFoundException: /storage/sdcard/Android/data/b4a.example/files/virtual_assets/main.bal: open failed: ENOENT (No such file or directory)
    at libcore.io.IoBridge.open(IoBridge.java:409)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
    at anywheresoftware.b4a.objects.streams.File.OpenOutput(File.java:370)
    at anywheresoftware.b4a.shell.Shell.virtualAssets(Shell.java:146)
    ... 14 more
Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
    at libcore.io.Posix.open(Native Method)
    at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
    at libcore.io.IoBridge.open(IoBridge.java:393)
    ... 17 more

The Ad Tye is Re-Engagement (Tools)
I have Tried with Banner Apps.
Testet in Virtual Android Machine and Huawei Ascend Mate.
 

hasexxl1988

Active Member
Licensed User
Longtime User
Can someone send a test project where works me? I always get the error message, whether in the emulator or on the phone.

Thank you
 
Upvote 0

hasexxl1988

Active Member
Licensed User
Longtime User
I have the Basic4Android version 3.50.
Can you make me a little Example where is it functional? Or possibly it's up to the phone. I have a Huawei Ascend Mate?
 
Upvote 0
Top