What version of the product are you using? On what operating system?
0.6
Please provide any additional information below.
I fixed it changing the following code:
http://code.google.com/p/android-binding/source/browse/branches/v0.6/AndroidBind
ingV30/src/gueei/binding/v30/app/BindingActivityV30.java?spec=svn752&r=752#131
to
if (mBindableActionBarRef == null || mBindableActionBarRef.get() == null)
return;
and
http://code.google.com/p/android-binding/source/browse/branches/v0.6/AndroidBind
ingV30/src/gueei/binding/v30/app/BindingActivityV30.java?spec=svn752&r=752#136
to
if (mBindableOptionsMenuRef == null || mBindableOptionsMenuRef.get() == null )
return;
Original issue reported on code.google.com by thiago...@gmail.com on 16 Aug 2012 at 7:32
Original issue reported on code.google.com by
thiago...@gmail.com
on 16 Aug 2012 at 7:32