dazinator / Xamarin.TestyDroid

TestyDroid is a small command line tool, to handle running your unit tests on an android device during CI builds.
MIT License
4 stars 0 forks source link

Add support for API level 15 and above #18

Closed dazinator closed 9 years ago

dazinator commented 9 years ago

I currently target API level 22:

api level 22

When a new Android application is created, also using API level 22:

example 22

And the application references this TestyDroid Android library (NuGet package):

references

And the Linker is enabled:

linker

Then all is well.

But if the app targets API level 15 - and builds with the linker on it errors:

ap build error

I would like this library to be able to be used by all API levels from 15 onwards.