반응형
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.cocktail/com.example.cocktail.CocktailListActivity}; have you declared this activity in your AndroidManifest.xml?
->AndroidManifest.xml에 해당 Activity를 추가해준다.
java.lang.ClassCastException:com.example.cocktail.Data.CocktailData cannot be cast to java.util.ArrayList
->다음 URL 참고, ArrayListrk 아닌 데이터를 ArrayList로 받을 때 발생
https://bestalign.github.io/2015/08/31/top-10-mistakes-java-developers-make-1/
반응형
'Android' 카테고리의 다른 글
error: Can't create handler inside thread that has not called Looper.prepare() (0) | 2019.09.28 |
---|---|
폰의 전화번호 조회 (0) | 2019.09.26 |
Activity 간 이동 후에 이전 Activity로 되돌아 갈 때 (0) | 2019.09.05 |
Activity 간에 데이터 주고 받기 (0) | 2019.09.05 |
JSONObject 사용시 주의 사항 (0) | 2019.09.02 |
댓글