Код: Выделить всё
@ViewChild("icon", { static: false }) iconRef: ElementRef;
Код: Выделить всё
this.iconRef.nativeElement.src=`file:/${this.getfullIconPath(this.iconPath)}`

Однако я получаю сообщение об ошибке
Код: Выделить всё
Error in downloadBitmap - java.io.IOException: Unable to connect to: file://data/data/...
Missing Image with resourceID: file://data/data/...
Подробнее здесь: https://stackoverflow.com/questions/784 ... -file-data