Wednesday, April 24, 2013

[android-developers] gradle build with custom views

Hello,

i just experienced a InflateException when i start the app which gradle builds before. The layouts use custom views:

<com.viselabs.core.ui.FontTextView
            android:id="@+id/tv1"
 ...
/>


The code is working fine when build with eclipse. Someone can confirm this?
The result of the layout.xml from gradle build is different to eclipse built ones. Maybe aapt can get some special params to properly build the files?

Thanks in advance
Daniel

--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment