Noclassdeffounderror Resourcefoldertype
I get this error when I try to build my app: Error:Module 'MyApp' production: java.lang.NoClassDefFoundError: com/android/resources/ResourceFolderType I use Android Studio 4.1, fl
Solution 1:
I had the same issue. In my case, the solution was to choose the right way to build *.apk. Instead of choosing Build > Generate Single Bundle / APK ...
I chose Build > Flutter > Build APK
. This menu item is shown only when a window of any open project file is active.
Post a Comment for "Noclassdeffounderror Resourcefoldertype"