목록분류 전체보기 (163)
Simple&Natural
해당 플러그인과 라이브러리 동시 사용 시 ButterKnife가 제대로 동작하지 않는다. 이슈가 있으므로 확인 요망 -------------------------------------------------------------------------- (2023.3.3 수정) 기억을 더듬어보니 기존에 Java에서 사용하던 annotationProcessor를 kapt로 바꿔주어야 하는 이슈였던 걸로 기억한다. 그리고 ButterKnife는 와튼성님께서 사용하지 말아달라고 부탁하고 있으니... 쓰지말자. 내 경우 기존에 레거시 코드가 모두 ButterKnife로 되어있는 바람에 Kotlin 전환 과정에서 어쩔 수 없이 마주한 이슈이다...
stackoverflow.com/questions/33817827/android-m-app-linking-not-working-in-chrome Android M - App Linking not working in Chrome So I'm looking to implement App Links in some new apps and I've read pretty thoroughly through the dev notes, setup a server, added the file with the correct json header and built a test app. The app stackoverflow.com paul.kinlan.me/deep-app-linking-on-android-and-chrome..
export PATH=경로1:경로2:경로3:$PATH 경로 앞에 홈 경로를 입력하려면 $HOME 과 같은 방식으로 추가