sbt-idea icon indicating copy to clipboard operation
sbt-idea copied to clipboard

android: java.lang.NoClassDefFoundError: my.android.project.TypedResource

Open jimfulton opened this issue 11 years ago • 1 comments

I'm playing with getting the android sbt plugin and idea working together.

(Today, I realized that there was a much newer version of sbt-idea than what I was playing with, which makes things work much better.)

Today I generated a new android project:

g8 jberkel/android-app

and for that project, generated idea configs:

gen-idea no-classifiers

Opened the result, created a run configuration for running the app in the emulator.

The app crashed with the error in the subject.

jimfulton avatar May 16 '13 21:05 jimfulton

Should close this, since you probably didn't build with SBT, so no TypedResources

pfn avatar Jan 31 '14 22:01 pfn