Skip to main content

Build Android Applications for Release

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

To build an Android application with a GridControl instance for release, exclude the System.Core.dll assembly from the linking process. To achieve this, follow the steps below.

  1. Right-click your Android project and select Options.
  2. In the invoked Project Options dialog, select Android Build.
  3. Switch to the Linker tab.
  4. Select the Release configuration and enter the assembly name (without the file extension) into the Ignore assemblies box.

Grid_BuildAndroidForRelease