setThreshold or showDropDown to your autocompletetextview to show the suggestion atvPlaces.setOnTouchListener(new View.OnTouchListener(){ @Override public boolean onTouch(View v, MotionEvent event){ atvPlaces.showDropDown(); return false; }});参考这个链接这里 这篇关于自动完成 textview 谷歌地方 api的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 06-26 19:29