Posts

Showing posts from January, 2019

Native Android SDK Integration with Xamarin Projects

Image
Did you ever encounter a such challenge or limitation that you did not find any package or DLL for your Xamarin app?   For me yes, I always encounter with such challenges. To over come from this there is work around to over come from this however you need to work on Android Studio or other Android app development IDE besides Visual Studio,Xamarin. Following are steps which you need to follow. Step-1. Download native Android SDK or Sample project from respectively provider and open it in Android Studio. Step 2-> Review the sample project structure and find Lib/Library folder.Open the folder and and go to build > Intermediate-output > debug>*.jar or class.jar Step 3-> if there is no classes.jar/ *.jar file the given above path(../build > Intermediate-output > debug>) then open build.gradle file and in bottomline add these lines Step 4 -> if you do not find *.jar file then go to Build menu and select Make Project or follow the command using ter