Android TextInputField Inflator Error

后端 未结 13 1319
野的像风
野的像风 2020-12-03 06:55

Had a crash while trying to use the new TextInputField for Android and wanted to share my solution.

Trying the new TextInputField in the android appcomp

13条回答
  •  天命终不由人
    2020-12-03 07:21

    Finally I got this working...as per as the latest changes in the library itself, change the library from

    
    
            
    
         
    

    to

    
    
            
    
        
    

提交回复
热议问题