[mono-android] inflate exception

Jonathan Pryor jonp at xamarin.com
Mon Dec 5 13:56:43 EST 2011


On Dec 4, 2011, at 11:10 AM, Willem Meints wrote:
> Here's what I got when I tried to use fragments:

What happens with Mono for Android 4.0? :-)

Also, check to see that the files obj\Debug\android\src\managementrapportage\fragments\ProjectDetailsFragment.java and ProjectListFragment.java exist, as these XML fragments requires that they exist:

>  <fragment android:name="managementrapportage.fragments.ProjectListFragment"
>            android:layout_width="0dp" android:layout_weight="1"
>            android:layout_height="match_parent"
>            android:id="@+id/ProjectListFragment"/>
> 
>  <fragment android:name="managementrapportage.fragments.ProjectDetailsFragment"
>            android:layout_width="0dp" android:layout_weight="2"
>            android:layout_height="match_parent" android:id="@+id/ProjectDetailsFragment"/>

Thanks,
 - Jon



More information about the Monodroid mailing list