Guys.. i get this in my LogTab...
but my application just comes on shows me an error message and then its a Force Close?!
any idea why does this happen???
----------------------------------------------------
maininitializeProcessGlobals (java line: 418)
java.lang.RuntimeException: java.lang.NullPointerException
at My.Block.main.initializeProcessGlobals(main.java:418)
at My.Block.main.afterFirstLayout(main.java:94)
at My.Block.main.access$100(main.java:16)
at My.Block.main$WaitForLayout.run(main.java:76)
at android.os.Handler.handleCallback(Handler.java:587
)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4123)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at anywheresoftware.b4a.BA.<init>(BA.java:101)
at ADR.stringdemo.stringfunctions.innerInitialize(stringfunctions.java:12)
at ADR.stringdemo.stringfunctions._initialize(stringfunctions.java:227)
at My.Block.listener._process_globals(listener.java:149)
at My.Block.main.initializeProcessGlobals(main.java:415)
... 12 more
------------------------------------------------------
but my application just comes on shows me an error message and then its a Force Close?!
any idea why does this happen???
----------------------------------------------------
maininitializeProcessGlobals (java line: 418)
java.lang.RuntimeException: java.lang.NullPointerException
at My.Block.main.initializeProcessGlobals(main.java:418)
at My.Block.main.afterFirstLayout(main.java:94)
at My.Block.main.access$100(main.java:16)
at My.Block.main$WaitForLayout.run(main.java:76)
at android.os.Handler.handleCallback(Handler.java:587
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4123)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at anywheresoftware.b4a.BA.<init>(BA.java:101)
at ADR.stringdemo.stringfunctions.innerInitialize(stringfunctions.java:12)
at ADR.stringdemo.stringfunctions._initialize(stringfunctions.java:227)
at My.Block.listener._process_globals(listener.java:149)
at My.Block.main.initializeProcessGlobals(main.java:415)
... 12 more
------------------------------------------------------