Tecnologia do Blogger.
RSS

[androidbrasil-dev] Re: Erro Path.isConvex renderização de layout

Entendi, vou dar mais uma procurada! 

Abraço!

Em terça-feira, 12 de abril de 2016 12:56:50 UTC-3, gorio escreveu:
Após criar um layout de botão com apenas um canto arredondado estou recebendo a mensagem de falha de renderização acusando Path.isConvex

Este  é o layout
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#9DACC1" />
<corners android:topLeftRadius="0dp" />
<corners android:topRightRadius="0dp" />
<corners android:bottomRightRadius="0dp" />
<corners android:bottomLeftRadius="10dp" />
<padding
android:bottom="4dp"
android:left="4dp"
android:right="4dp"
android:top="4dp" />
</shape>
</item>
</layer-list>

A
​lguém já passou por essa falha ?

A​
tenciosamente

Gorio
(www.gorio.eng.br)

 

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Re: [androidbrasil-dev] Re: Erro Path.isConvex renderização de layout

Então @Rafael, exatamente isso.. porém não resolve a minha necessidade, veja que eu preciso que apenas uma borda seja arredondada, neste caso o canto inferior esquerdo.  

Atenciosamente

Gorio
(www.gorio.eng.br)

 


Em 12 de abril de 2016 13:13, Rafael Teixeira Akiyama <rafaeltakiyama@gmail.com> escreveu:

Boa tarde Gorio,

Tente isso :

Troque isso:

            <corners android:topLeftRadius="0dp" />
<corners android:topRightRadius="0dp" />
<corners android:bottomRightRadius="0dp" />
<corners android:bottomLeftRadius="10dp" />

por isso:

<corners android:radius="10dp"/>


Veja se funciona.

Abraço!



Em terça-feira, 12 de abril de 2016 12:56:50 UTC-3, gorio escreveu:
Após criar um layout de botão com apenas um canto arredondado estou recebendo a mensagem de falha de renderização acusando Path.isConvex

Este  é o layout
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#9DACC1" />
<corners android:topLeftRadius="0dp" />
<corners android:topRightRadius="0dp" />
<corners android:bottomRightRadius="0dp" />
<corners android:bottomLeftRadius="10dp" />
<padding
android:bottom="4dp"
android:left="4dp"
android:right="4dp"
android:top="4dp" />
</shape>
</item>
</layer-list>

A
​lguém já passou por essa falha ?

A​
tenciosamente

Gorio
(www.gorio.eng.br)

 

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

[androidbrasil-dev] Re: Erro Path.isConvex renderização de layout


Boa tarde Gorio,

Tente isso :

Troque isso:

            <corners android:topLeftRadius="0dp" />
<corners android:topRightRadius="0dp" />
<corners android:bottomRightRadius="0dp" />
<corners android:bottomLeftRadius="10dp" />

por isso:

<corners android:radius="10dp"/>


Veja se funciona.

Abraço!



Em terça-feira, 12 de abril de 2016 12:56:50 UTC-3, gorio escreveu:
Após criar um layout de botão com apenas um canto arredondado estou recebendo a mensagem de falha de renderização acusando Path.isConvex

Este  é o layout
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#9DACC1" />
<corners android:topLeftRadius="0dp" />
<corners android:topRightRadius="0dp" />
<corners android:bottomRightRadius="0dp" />
<corners android:bottomLeftRadius="10dp" />
<padding
android:bottom="4dp"
android:left="4dp"
android:right="4dp"
android:top="4dp" />
</shape>
</item>
</layer-list>

A
​lguém já passou por essa falha ?

A​
tenciosamente

Gorio
(www.gorio.eng.br)

 

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

[androidbrasil-dev] Erro Path.isConvex renderização de layout

Após criar um layout de botão com apenas um canto arredondado estou recebendo a mensagem de falha de renderização acusando Path.isConvex

Este  é o layout
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#9DACC1" />
<corners android:topLeftRadius="0dp" />
<corners android:topRightRadius="0dp" />
<corners android:bottomRightRadius="0dp" />
<corners android:bottomLeftRadius="10dp" />
<padding
android:bottom="4dp"
android:left="4dp"
android:right="4dp"
android:top="4dp" />
</shape>
</item>
</layer-list>

A
​lguém já passou por essa falha ?

A​
tenciosamente

Gorio
(www.gorio.eng.br)

 

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Re: [androidbrasil-dev] Re: Problema com Emulador no Android Studio 2.0 no Windows10

Funcionou.
Quando modifiquei de Android-N para API 22, o Android Studio fez o download do SDK 22. Pensei que esse download já fosse feito automaticamente ao criar um emulador, pois toda vez, durante a criação de um emulador, a IDE faz um download.

Rafael, muito obrigado pela ajuda e disposição.

Em 12 de abril de 2016 12:03, Rafael Teixeira Akiyama <rafaeltakiyama@gmail.com> escreveu:
Olá Viniicyus, 

No android studio,
- Acesse o menu "File"
- Clique em "Project Structure"
- No menu "Modules" acesse o seu projeto.
- Na aba "Properties" Troque a "Compile Sdk Version" de 'android-N' para "API 22"
- Na aba "Flavors" troque a "Target Sdk Version" de "N" para "API 22"





Em terça-feira, 12 de abril de 2016 00:48:30 UTC-3, Vinnicyus Gracindo escreveu:
Olá,
Estou iniciando no dev android e não estou conseguindo rodar o emulador no Android Studio. Sempre aparece o seguinte erro: minSDK(API 23, N Preview) != deviceSDK(API 23).

Não importa a versão do emulador que eu utilize... sempre aparece o mesmo erro mudando apenas a versão do API na mensagem.

Alguém já passou por este problema? Alguma solução?

Tentei também utilizar via usb no meu smartphone, porém o mesmo erro acontece.

Segue um print: https://postimg.org/image/jxr55lofh/

Muito obrigado desde já.

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

[androidbrasil-dev] Re: Problema com Emulador no Android Studio 2.0 no Windows10

Olá Viniicyus, 

No android studio,
- Acesse o menu "File"
- Clique em "Project Structure"
- No menu "Modules" acesse o seu projeto.
- Na aba "Properties" Troque a "Compile Sdk Version" de 'android-N' para "API 22"
- Na aba "Flavors" troque a "Target Sdk Version" de "N" para "API 22"





Em terça-feira, 12 de abril de 2016 00:48:30 UTC-3, Vinnicyus Gracindo escreveu:
Olá,
Estou iniciando no dev android e não estou conseguindo rodar o emulador no Android Studio. Sempre aparece o seguinte erro: minSDK(API 23, N Preview) != deviceSDK(API 23).

Não importa a versão do emulador que eu utilize... sempre aparece o mesmo erro mudando apenas a versão do API na mensagem.

Alguém já passou por este problema? Alguma solução?

Tentei também utilizar via usb no meu smartphone, porém o mesmo erro acontece.

Segue um print: https://postimg.org/image/jxr55lofh/

Muito obrigado desde já.

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Re: [androidbrasil-dev] Problema com Emulador no Android Studio 2.0 no Windows10

Já tenho um emulador criado na versão 23... Mesmo assim ele diz que é diferente. O que seria o N preview? É a única coisa que vejo diferente.

Em 12/04/2016 7:56 AM, "Gorio" <goriofab@gmail.com> escreveu:
Cria um novo AVD (emulador) com a versão de API que você tem disponível, ou baixe a versão 23 

Atenciosamente

Gorio
(www.gorio.eng.br)

 


Em 12 de abril de 2016 00:48, Vinnicyus Gracindo <vini.gracindo@gmail.com> escreveu:
Olá,
Estou iniciando no dev android e não estou conseguindo rodar o emulador no Android Studio. Sempre aparece o seguinte erro: minSDK(API 23, N Preview) != deviceSDK(API 23).

Não importa a versão do emulador que eu utilize... sempre aparece o mesmo erro mudando apenas a versão do API na mensagem.

Alguém já passou por este problema? Alguma solução?

Tentei também utilizar via usb no meu smartphone, porém o mesmo erro acontece.

Segue um print: https://postimg.org/image/jxr55lofh/

Muito obrigado desde já.

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS