[JAVA] Android: How to deal with "Cause: cannot find android.support.transition.R $ id 2: android.support.transition.R $ id found in android / support / transition / R $ id 2.class"

Introduction

I would like to keep a memorandum about the following error handling methods encountered in Android development.

error


Cause: cannot find android.support.transition.R$id 2: android.support.transition.R$id found in android/support/transition/R$id 2.class

(1) Search for 2.class in the folder and evacuate the target file outside the project to solve the problem.

スクリーンショット 2018-08-04 10.38.08.png

It was solved by the above measures. However, there is no citation source for this response, and it is a countermeasure implemented after trial and error. If anyone knows anything, I would appreciate it if you could teach me.

Recommended Posts

Android: How to deal with "Cause: cannot find android.support.transition.R $ id 2: android.support.transition.R $ id found in android / support / transition / R $ id 2.class"
How to deal with errors in Rails s could not find a JavaScript runtime.
How to get values in real time with TextWatcher (Android)
Mapping to a class with a value object in How to MyBatis
How to deal with 405 Method Not Allowed error in Tomcat + JSP
Android: How to deal with "Could not determine java version from '10 .0.1'"
Support for IllegalArgumentException: No view found for id in fragments in Android Java
How to find May'n in XPath
How to specify id attribute in JSF
How to deal with Precompiling assets failed.
How to use ExpandableListView in Android Studio
How to get the ID of a user authenticated with Firebase in Swift
How to output jar with main class specified by gradle in Intellij IDEA