MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

App breaks when using MvxAppCompatActivity and res/transition folder #272

Closed eugenioestrada closed 8 years ago

eugenioestrada commented 8 years ago

You can reproduce this issue using the Examples project, you only have to import the Resources/transition folder in the repository and run the examples app.

You'll get an exception in the SetContentView of MvxAppCompatActivity class.

I didn't figure why this is happening....

kjeremy commented 8 years ago

Which version of the support libs are you using?

eugenioestrada commented 8 years ago

Design, V4, V7.AppCompat, V7.RecyclerView. As I said the bug I found in my app it also occurs in the Samples https://github.com/MvvmCross/MvvmCross-AndroidSupport/tree/master/Samples

To reproduce it you only have to add the transition folder in the Android Resources and create a new xml transition file. For example following the android documentation:

https://developer.android.com/reference/android/transition/Transition.html

kjeremy commented 8 years ago

Is this a regression from a previous mvvmcross version?

On Tue, Jul 5, 2016 at 5:38 PM, Eugenio Estrada notifications@github.com wrote:

Design, V4, V7.AppCompat, V7.RecyclerView. As I said the bug I found in my app it also occurs in the Samples https://github.com/MvvmCross/MvvmCross-AndroidSupport/tree/master/Samples

To reproduce it you only have to add the transition folder in the Android Resources and create a new xml transition file. For example following the android documentation:

https://developer.android.com/reference/android/transition/Transition.html

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MvvmCross/MvvmCross-AndroidSupport/issues/272#issuecomment-230610821, or mute the thread https://github.com/notifications/unsubscribe/AEIBREQl-vbickpJOXWlr3b869bndSsqks5qSs7BgaJpZM4JFfkL .

eugenioestrada commented 8 years ago

No, I've installed the latest mvvmcross version from nuget this weekend it's a clean installation

eugenioestrada commented 8 years ago

You can se the trace and the build log here: https://gist.github.com/eugenioestrada/ba5b17df140544c4f0849da3f82e6bc5

eugenioestrada commented 8 years ago

Fixed suffixing -v21 to the transitions folder

kjeremy commented 8 years ago

Sweet. Please close.