코틀린
[코틀린] 토스트 메시지 사용 에러 None of the following functions can be called with the arguments supplied 발생시
아스키의 공부방
2020. 12. 26. 22:13
728x90
반응형
Toast.makeText(this, "인터넷 연결이 필요합니다.", Toast.LENGTH_SHORT).show()
>>
Toast.makeText(this@MainActivity, "인터넷 연결이 필요합니다.", Toast.LENGTH_SHORT).show()
728x90
반응형