안드로이드에서 해당 오류가 뜰 때 Android resource compilation failed Output: C:\****\*****\app\build\intermediates\incremental\mergeDebugResources\stripped.dir\layout\*******.xml:**: error: duplicate attribute. Command: C:\Users\****\.gradle\caches\transforms-1\files-1.1\aapt2-3.2.1-4818971-windows.jar\4d2acd33fd9a08c49e51d46d8b373328\aapt2-3.2.1-4818971-windows\aapt2.exe compile --legacy \ -o \ C:\****\*****..
안드로이드 스튜디오에서 다음과 같은 에러메시지가 출력된 경우가 있을것이다. ERROR: Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory. Open File 해당 오..
뷰페이저(ViewPager)에서 프래그먼트(Fragment)를 사용할 때 프래그먼트가 재사용이 되는 경우가 있다. newInstance를 통해 프래그먼트를 호출했지만 onCreateView는 물론 onCreate도 실행이 안되는 경우 adapter의 상속을 확인해 보자. FragmentPagerAdapter로 돼있다면 그것을 FragmentStatePagerAdapter로 변환해라. 당신이 원하는 결과물을 보여줄 것이다.
"이 블로그의 모든 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
- Total
- Today
- Yesterday