Hello, I'm trying to add .a file in Xamarin android project ,is it possible ?
@bhushansonawane
Make a right click on the project and select AddFiles try this with respective folders too
Can we build and run .a file in Xamarin android ? if yes could you please share some urls that might be helpful ?
Hey @bhushansonawane
You can not run individual files similar to Console file having some Main function in Xamarin Android.
However you can create and run the Activities in Android.
To make a blank project and Run it in your emulator or device, request you to visit following url:
https://developer.xamarin.com/recipes/android/general/projects/create_an_android_project/
How do I acess that file? Directory.getfiles( Path.GetDirectoryName(Assembly.GetExecutingAssembly() ) ) doesnt show them
Answers
@bhushansonawane
Make a right click on the project and select AddFiles
try this with respective folders too
Can we build and run .a file in Xamarin android ? if yes could you please share some urls that might be helpful ?
Hey @bhushansonawane
You can not run individual files similar to Console file having some Main function in Xamarin Android.
However you can create and run the Activities in Android.
To make a blank project and Run it in your emulator or device, request you to visit following url:
https://developer.xamarin.com/recipes/android/general/projects/create_an_android_project/
How do I acess that file? Directory.getfiles( Path.GetDirectoryName(Assembly.GetExecutingAssembly() ) )
doesnt show them