https://bugzilla.novell.com/show_bug.cgi?id=690447
https://bugzilla.novell.com/show_bug.cgi?id=690447#c0 Summary: Cannot package a project that contains an AsyncTask<> Classification: Mono Product: MonoDroid Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Tools AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Description of Problem: If I include any implementation of AsyncTask<> in my project, the packaging step always fails with a NullReferenceException. Nothing is written to the build output at that point since it's already built successfully, so I don't have more info than that. It doesn't seem to happen with the non-generic version of AsyncTask. It also doesn't matter what's inside the task. Steps to reproduce the problem: 1. Implement AsyncTask<> in an app 2. Try to build and package the app Actual Results: Packaging fails with NRE Expected Results: It should package successfully. How often does this happen? Every time -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
