Completed
Last Updated: 13 Nov 2019 08:07 by ADMIN
Release R3 2019
Jason
Created on: 10 Oct 2019 18:24
Category: Installer and VS Extensions
Type: Bug Report
1
Project Template: [Android] Telerik UI for Xamarin project template cannot be build

If you create a File > New > Telerik Xamarin UI project, the Android project will not build. 

The following errors are provided:

  • Failed linking file resources / Project Android
  • <adaptive-icon> elements require a sdk version of at least 26. / Project Android /File icon.xml
  • <adaptive-icon> elements require a sdk version of at least 26. / Project Android /File icon_r.xml

I am using the VS 2019 16.3.2 and the accompanying d16-3 releases of Xamarin SDKs

Xamarin  - 16.3.0.274 (d16-3@06531f8)

Xamarin.Android SDK  - 10.0.0.43 (d16-3/8af1ca8)

4 comments
Jason
Posted on: 16 Oct 2019 13:19
The renaming fix definitely worked for me.
ADMIN
Lance | Manager Technical Support
Posted on: 16 Oct 2019 02:24

Hello Ji,

Try renaming the icon's folder from "Resources/mipmap-anydpi" to "Resources/mipmap-anydpi-v26" (this will fix errors #2 ad #3 in Jason's list).

Regards,
Lance | Principal TSE
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Ji
Posted on: 16 Oct 2019 02:11
I followed the instructions bellow but it didn't work.
ADMIN
Lance | Manager Technical Support
Posted on: 10 Oct 2019 18:45

Hello Jason,

This appears to be due to a deprecated ABI as one of the supported architectures. To fix this, open the Android project's Properties and take the following steps:

  1. Android Options tab -> Advanced button - Remove the armeabi-v7a from the Supported Architectures list
  2. Android Manifest tab - Re-select Target SDK to 28, set the icon and theme values

Here are two screenshots to help guide you:

1

2

We are working to get this updated for the next release.

Regards,
Lance | Technical Support Engineer, Principal
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items