Android Question (Solved) (Resolvido) Erro Apos atualizar para a versão 11 - Error After Upgrading to Version 11

Andre Pagliuso

Member
Licensed User
Longtime User
Após atualizar meu B4A para a versão 11 quando eu tento compilar meu projeto da o seguinte erro:

B4A Versão: 11.00
Analisando o código. (0.12s)
Java Versão: 8
Building folders structure. (0.07s)
Compilando o código (0.61s)
Compilando código dos layouts. (0.02s)
Organizando bibliotecas (0.00s)
(AndroidX SDK)
Compilando recursos Error
Não é possível localizar:
Favor configurar caminhos (Ferramentas - Configurar Caminhos).

Aparentemente as pastas estão com o caminho correto, deixei uma imagem da tela em anexo, se alguém puder me ajudar ficarei grato.

=================================

After updating my B4A to version 11 when I try to compile my project I get the following error:

B4A Version: 11.00
Analyzing the code. (0.12s)
Java Version: 8 Building folders structure.
(0.07s) Compiling the code (0.61s)
Compiling code from layouts. (0.02s)
Organizing Libraries (0.00s)
(AndroidX SDK)
Compiling Error
Resources Cannot find: Please configure paths (Tools - Configure Paths).

Apparently the folders are with the correct path, I left a screenshot attached, if anyone can help me I'll be grateful.
 

Attachments

  • erro1.png
    erro1.png
    11.2 KB · Views: 153
  • erro2.png
    erro2.png
    19.6 KB · Views: 148

Andre Pagliuso

Member
Licensed User
Longtime User
Obrigado pelo retorno, fiz os passos, só que agora ocorre um novo erro ao abrir meu projeto.
(Thanks for the feedback, I did the steps, but now a new error occurs when opening my project.)

B4A Versão: 11.00
Analisando o código. (0.13s)
Java Versão: 8
Building folders structure. (0.37s)
Compilando o código (0.53s)
Compilando código dos layouts. (0.04s)
Organizando bibliotecas (0.00s)
(AndroidX SDK)
Compilando recursos (2.01s)
Linkando recursos Error
error: resource android:style/TextAppearance.Material.Notification not found.
error: resource android:style/TextAppearance.Material.Notification.Info not found.
error: resource android:style/TextAppearance.Material.Notification.Time not found.
error: resource android:style/TextAppearance.Material.Notification.Title not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:168: error: resource android:attr/fontStyle not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:169: error: resource android:attr/font not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:170: error: resource android:attr/fontWeight not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:171: error: resource android:attr/fontVariationSettings not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:172: error: resource android:attr/ttcIndex not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:197: error: resource android:attr/startX not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:200: error: resource android:attr/startY not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:203: error: resource android:attr/endX not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:206: error: resource android:attr/endY not found.
c:\android\android-sdk\tools\..\extras\b4a_remote\androidx\core\core\1.3.1\unpacked-core-1.3.1\res\values\values.xml:214: error: resource android:attr/offset not found.
error: failed linking references.
 
Upvote 0

Andre Pagliuso

Member
Licensed User
Longtime User
Sorted out. I downloaded Lib from the link below version 1.10 and my project came back to open. Thank you guys!
(Resolvido. Baixei a Lib no link abaixo versão 1.10 e meu projeto voltou abrir. Obrigado pessoal!)


 
Upvote 0
Top