monodroid-samples/SanAngeles_NDK
conceptdev 0d67d7b5e9 header yaml updates 2019-07-29 17:07:57 -07:00
..
SanAngeles_NDK Update projects with obsolete TargetFrameworkVersions 2018-12-06 13:42:18 -05:00
SanAngeles_NativeDebug Remove explicit 'armeabi' references now that it is deprecated 2018-10-22 13:54:00 -04:00
Screenshots
Metadata.xml Add brief description tag to metadata.xml 2015-04-16 14:44:26 -04:00
README.md header yaml updates 2019-07-29 17:07:57 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.Android - Mono San Angeles sample port A port of Android NDK sample (sanangeles) to Xamarin.Android sample
csharp
cpp
xamarin
sanangeles-ndk

Mono San Angeles sample port

This is a port of Android NDK sample (sanangeles). http://developer.android.com/tools/sdk/ndk/index.html#Samples

This library sample is easily ported because there is no dependency on any jobject instances or JNIEnv instance in C code.

There are TWO versions available:

1) C++ for Visual Studio 2015 (SanAngeles_NativeDebug)

Complete C++ source is built as part of the solution, which means you can debug the C++ code while running the Xamarin.Android project using Visual Studio 2015 (or newer).

2) Pre-compiled (SanAngeles_NDK)

The project contains pre-compiled libsanangeles.so under libs directory (armeabi, armeabi-v7a and x86 are supported). You'll only debug the Xamarin.Android C# code with this example.

Android emulator showing graphics