tpurtell / AndroidHockeyApp

hockeyapp binding for xamarin.android
MIT License
9 stars 6 forks source link

Errors during JAR to XML processing #5

Open totallyeviljake opened 10 years ago

totallyeviljake commented 10 years ago

I cloned your repo today and built it with VS2012 and the latest Xamarin.Android, got the following warnings/errors:

1>JARTOXML : warning J2X9001: Couldn't load class net/hockeyapp/android/UpdateFragment : java.lang.NoClassDefFoundError: android/app/DialogFragment 1>JARTOXML : warning J2XA006: missing class error was raised while reflecting net.hockeyapp.android.UpdateFragment$1 : android/app/DialogFragment 1>JARTOXML : warning J2XA005: missing class error was raised while reflecting getUpdateFragmentClass [public java.lang.Class net.hockeyapp.android.UpdateManagerListener.getUpdateFragmentClass()] : android/app/DialogFragment

tpurtell commented 10 years ago

I just tested a clean rebuild with Xamarin.Android 4.16 on Windows with VS2013 and it worked ok. The error saying you have a missing "android/app/DialogFragment" likely means that the android SDK is not being found correctly. Can you build a regular Xamarin.Android project? Did you change the compile using android version option?