Skip Navigation

Prepare an existing
BlackBerry Dynamics
app to use the NuGet packages

Complete the steps below if you have an existing
BlackBerry Dynamics
app that uses the DLL binding libraries (
GoodDynamics.Android.dll / AndroidLauncherBinding.dll
).
  1. Open your project in
    Microsoft Visual Studio
    .
  2. In the
    References
    section, remove the
    GoodDynamics.Android / AndroidLauncherBinding
    references.
  3. Remove the AndroidAarLibrary/AndroidJavaLibrary references:
    • android_handheld_resources-<sdk_version>.aar
    • android_handheld_blackberry_protect_support-<sdk_version>.aar
    • android_handheld_gd_safetynet-<sdk_version>.aar
    • zxing-android-embedded-4.1.0-<sdk_version>.aar
    • core-3.4.0-<sdk_version>.jar
  4. Remove the
    GoodDynamics.Android.dll / AndroidLauncherBinding.dll
    files from the disc.
  5. Remove the .aar/.jar files from the disc (sample projects):
    • android_handheld_resources-<sdk_version>.aar
    • android_handheld_blackberry_protect_support-<sdk_version>.aar
    • android_handheld_gd_safetynet-<sdk_version>.aar
    • zxing-android-embedded-4.1.0-<sdk_version>.aar
    • core-3.4.0-<sdk_version>.jar
  6. Visit and follow the instructions to upgrade from Xamarin to .NET.