现在的AVD是这样了,config.ini里也没有修改的地方!

解决方案 »

  1.   

     InputMethodManager imm =(InputMethodManager)mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
            imm.toggleSoftInput(0,InputMethodManager.HIDE_NOT_ALWAYS);
      

  2.   

    这行代码InputMethodManager imm =(InputMethodManager)mContext.getSystemService(Context.INPUT_METHOD_SERVICE);
            imm.toggleSoftInput(0,InputMethodManager.HIDE_NOT_ALWAYS);加在哪里