D
DenizD
Neues Mitglied
- 0
Hallo liebe Community,
ich habe folgendes Problem. Ich habe meine APP endlich fertiggestellt, wenn ich jedoch auf meine Smartphone testen möchte, dann startet die App. .Wenn ich dann in die Suchleiste etwas eingeben will kommt die Meldung "meineapp reagiert nicht".
Im Logcat steht folgendes:
04-18 18:58:35.524 28741-28741/com.as400samplecode E/Trace error opening trace file: No such file or directory (2)
04-18 18:58:35.844 28741-28741/com.as400samplecode W/CustomersDbAdapter 10
04-18 18:58:36.494 28741-28741/com.as400samplecode D/libEGL loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
04-18 18:58:36.504 28741-28741/com.as400samplecode D/libEGL loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
04-18 18:58:36.514 28741-28741/com.as400samplecode D/libEGL loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
04-18 18:58:36.594 28741-28741/com.as400samplecode W/IMGSRV :0: gralloc_register_buffer: ID: 10251 handle: 0x530c8470 size: 540 x 888 fmt: 5 usage: 0xb00
04-18 18:58:36.594 28741-28741/com.as400samplecode D/OpenGLRenderer Enabling debug mode 0
04-18 18:58:36.664 28741-28741/com.as400samplecode W/IMGSRV :0: gralloc_register_buffer: ID: 10252 handle: 0x54ac5300 size: 540 x 888 fmt: 5 usage: 0xb00
04-18 18:58:36.724 28741-28741/com.as400samplecode W/IMGSRV :0: gralloc_register_buffer: ID: 10253 handle: 0x54afcba0 size: 540 x 888 fmt: 5 usage: 0xb00
04-18 18:58:36.724 28741-28741/com.as400samplecode W/InputMethodManager Ignoring onBind: cur seq=2578, given seq=2577
04-18 18:58:36.724 28741-28741/com.as400samplecode W/IInputConnectionWrapper clearMetaKeyStates on inactive InputConnection
04-18 18:58:42.154 28741-28741/com.as400samplecode W/CustomersDbAdapter p*
04-18 18:58:42.154 28741-28741/com.as400samplecode W/CustomersDbAdapter SELECT docid as _id,customer,name,(address1||(case when address2> '' then '
' || address2 else '' end)) as address,address1,address2,city,state,zipCode from CustomerInfo where searchData MATCH 'p*';
04-18 18:58:42.184 28741-28741/com.as400samplecode D/AndroidRuntime Shutting down VM
04-18 18:58:42.184 28741-28741/com.as400samplecode W/dalvikvm threadid=1: thread exiting with uncaught exception (group=0x41ff27d0)
04-18 18:58:42.254 28741-28741/com.as400samplecode E/AndroidRuntime FATAL EXCEPTION: main
java.lang.NullPointerException
at org.intracode.shisharadar.SearchViewActivity.showResults(SearchViewActivity.java:122)
at org.intracode.shisharadar.SearchViewActivity.onQueryTextChange(SearchViewActivity.java:82)
at android.widget.SearchView.onTextChanged(SearchView.java:1154)
at android.widget.SearchView.access$2000(SearchView.java:92)
at android.widget.SearchView$11.onTextChanged(SearchView.java:1623)
at android.widget.TextView.sendOnTextChanged(TextView.java:7124)
at android.widget.TextView.handleTextChanged(TextView.java:7183)
at android.widget.TextView$ChangeWatcher.onTextChanged(TextView.java:8777)
at android.text.SpannableStringBuilder.sendTextChanged(SpannableStringBuilder.java:962)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:496)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:435)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:30)
at android.view.inputmethod.BaseInputConnection.replaceText(BaseInputConnection.java:676)
at android.view.inputmethod.BaseInputConnection.commitText(BaseInputConnection.java:196)
at com.android.internal.widget.EditableInputConnection.commitText(EditableInputConnection.java:190)
at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:279)
at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:77)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5031)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:792)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
at dalvik.system.NativeStart.main(Native Method)
04-18 18:58:43.854 28741-28741/com.as400samplecode I/Process Sending signal. PID: 28741 SIG: 9
Ich benötige ganz dringend eure Hilfe und bedanke mich für Eure Mühen im Voraus.
Mit freundlichen Grüßen
Deniz
ich habe folgendes Problem. Ich habe meine APP endlich fertiggestellt, wenn ich jedoch auf meine Smartphone testen möchte, dann startet die App. .Wenn ich dann in die Suchleiste etwas eingeben will kommt die Meldung "meineapp reagiert nicht".
Im Logcat steht folgendes:
04-18 18:58:35.524 28741-28741/com.as400samplecode E/Trace error opening trace file: No such file or directory (2)
04-18 18:58:35.844 28741-28741/com.as400samplecode W/CustomersDbAdapter 10
04-18 18:58:36.494 28741-28741/com.as400samplecode D/libEGL loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_121.so
04-18 18:58:36.504 28741-28741/com.as400samplecode D/libEGL loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_121.so
04-18 18:58:36.514 28741-28741/com.as400samplecode D/libEGL loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_121.so
04-18 18:58:36.594 28741-28741/com.as400samplecode W/IMGSRV :0: gralloc_register_buffer: ID: 10251 handle: 0x530c8470 size: 540 x 888 fmt: 5 usage: 0xb00
04-18 18:58:36.594 28741-28741/com.as400samplecode D/OpenGLRenderer Enabling debug mode 0
04-18 18:58:36.664 28741-28741/com.as400samplecode W/IMGSRV :0: gralloc_register_buffer: ID: 10252 handle: 0x54ac5300 size: 540 x 888 fmt: 5 usage: 0xb00
04-18 18:58:36.724 28741-28741/com.as400samplecode W/IMGSRV :0: gralloc_register_buffer: ID: 10253 handle: 0x54afcba0 size: 540 x 888 fmt: 5 usage: 0xb00
04-18 18:58:36.724 28741-28741/com.as400samplecode W/InputMethodManager Ignoring onBind: cur seq=2578, given seq=2577
04-18 18:58:36.724 28741-28741/com.as400samplecode W/IInputConnectionWrapper clearMetaKeyStates on inactive InputConnection
04-18 18:58:42.154 28741-28741/com.as400samplecode W/CustomersDbAdapter p*
04-18 18:58:42.154 28741-28741/com.as400samplecode W/CustomersDbAdapter SELECT docid as _id,customer,name,(address1||(case when address2> '' then '
' || address2 else '' end)) as address,address1,address2,city,state,zipCode from CustomerInfo where searchData MATCH 'p*';
04-18 18:58:42.184 28741-28741/com.as400samplecode D/AndroidRuntime Shutting down VM
04-18 18:58:42.184 28741-28741/com.as400samplecode W/dalvikvm threadid=1: thread exiting with uncaught exception (group=0x41ff27d0)
04-18 18:58:42.254 28741-28741/com.as400samplecode E/AndroidRuntime FATAL EXCEPTION: main
java.lang.NullPointerException
at org.intracode.shisharadar.SearchViewActivity.showResults(SearchViewActivity.java:122)
at org.intracode.shisharadar.SearchViewActivity.onQueryTextChange(SearchViewActivity.java:82)
at android.widget.SearchView.onTextChanged(SearchView.java:1154)
at android.widget.SearchView.access$2000(SearchView.java:92)
at android.widget.SearchView$11.onTextChanged(SearchView.java:1623)
at android.widget.TextView.sendOnTextChanged(TextView.java:7124)
at android.widget.TextView.handleTextChanged(TextView.java:7183)
at android.widget.TextView$ChangeWatcher.onTextChanged(TextView.java:8777)
at android.text.SpannableStringBuilder.sendTextChanged(SpannableStringBuilder.java:962)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:496)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:435)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:30)
at android.view.inputmethod.BaseInputConnection.replaceText(BaseInputConnection.java:676)
at android.view.inputmethod.BaseInputConnection.commitText(BaseInputConnection.java:196)
at com.android.internal.widget.EditableInputConnection.commitText(EditableInputConnection.java:190)
at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:279)
at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:77)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5031)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:792)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555)
at dalvik.system.NativeStart.main(Native Method)
04-18 18:58:43.854 28741-28741/com.as400samplecode I/Process Sending signal. PID: 28741 SIG: 9
Ich benötige ganz dringend eure Hilfe und bedanke mich für Eure Mühen im Voraus.
Mit freundlichen Grüßen
Deniz