Plan an adaptive UI layout

You are modifying an ASP.NET MVC web application for a client. The client requires that the application must be viewable on Android devices in a UI format native to the device. What should you do? (Choose all that apply)

Run the Install-Package jQuery.Mobile.MVC command using the Package Manager console.
Modify the Web.config file in Shared views in the project to add in support for other browsers.
Create a viewport and use @media queries to make styles that are specific for Android.
Create corresponding mobile views for the project targeted toward Android.