O App Inventor nao pode copilar este projeto

O App Inventor não pode copilar este projeto.
O compilador informou o seguinte erro
________Preparing aplicação ícone

me ajudem que sabe oque pode ser esse erro?




look at this :

https://community.appinventor.mit.edu/search?q=Preparing%20application%20icon

Or try changing your application icon like this :

image

1 Like

Hello megatrows2

It is likely that your App icon is not optimised for Android. If that is the case, then you probably have not optimised your images for Android either, which will lead to the next build or run failure. Please follow the tips on my website:

https://www.professorcad.co.uk/appinventortips#TipsImages

Note: do not post images on this forum via a third party such as imgur - post directly to the forum. When posting Blocks Images, right-mouse-click in the work area and select "Download Blocks as Image".

1 Like

Retirei a imagem com o formato .icon e coloquei outra imagem com o formato PNG
o copilador aceitou o formato e consegui copilar

Muito Obrigado!

Error 601: No corresponding activity was found

alguém sabe oque significa e porque mostra isso?

It means you have called Activity Starter to run an Activity that it cannot find/does not exist - could be a typing error?

Eu sou novo na Plataforma
o que eu tenho que mudar?
você pode me ajudar?

You're welcome :star_struck: :kissing_heart:

image

try replacing this :
Action: android.intent.action.VIEW
with this :
android.intent.action.VIEW

Funcionou amigo so que eu queria abrir em um player no propio app invés de ir para um navegador

na tela tv01 não consegue se conectar
player embutido direto no app

me ajuda?

MINHA PRIMEIRA TELA NÃO CONSEGUE SE CONECTAR COM A SEGUNDA TELA // HELP-ME

ALGUÉM PODE ME AJUDAR COMO SE CONECTAR COM A SEGUNDA TELA TV01

NAO QUERO USAR O PLAYER DO NAVEGADOR EU QUERO USAR O PROPIO PLAYER DO APLICATIVO

Hello Wellington

Please do not write your posts in capital letters - that means you are shouting!

my first screen cannot connect with the second screen

Cannot see your code trying to do this? Let's say you are on Screen1 and want to take the User to Screen tv01:

FromScreen1ToOtherScreen.aia (2.7 KB)

Screen1 Blocks

blocksScreen1

Screen tv01 Blocks

blocksScreen_tv01

i do not want to use the browser's player i want to use the application's player propio

So, what you want to play is on the Internet. Use the WebView Component to display a webpage within your App or use the App Inventor Video Player Component to stream a video file. More Information:

http://ai2.appinventor.mit.edu/reference/components/media.html#VideoPlayer

you can get the method here
https://appinventor.mit.edu/explore/ai2/activity-starter.html

Alguém sabe porque eu não to conseguindo se conectar com a segunda tela de Player de video

quem poder me ajudar a resolver esse problema ?

me ajudem amigos !

Hello Wellington

Are you saying that you have two Video Players, one on each screen?

You are trying to Open a Screen, tv01, that you are already in:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.