Android app exits without any error in logcat when activity starts -


i have created keyboard , should start when button clicked not start on samsung tablet app exits without error in logcat app works correctly on emulator .below code inside onclicklistener of button

string = "http://www.youtube.com/results?search_query="; intent i= new intent("web.browser.gk.keyboard"); i.putextra("websearch", you); i.putextra("period", period); startactivityforresult(i,request_code); 

can me identifying problem


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -