niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
1 stars 0 forks source link

App fails to load on 1.6, using "advanced" blocks. #2082

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am reworking an app to use the "Advanced" blocks in App Inventor. The app 
also includes a Texting component. Testing the app on emulators running 2.x 
worked fine. However, testing the app on a phone running 1.6 or emulator 
running 1.6 resulted in the following error message:

"The application AppInventorPhoneApp (process 
com.google.appinventor.aiphoneapp) has stopped unexpectedly. Please try again."

This occurs also if I package and install the app on the phone. Unfortunately, 
for demonstrations, I only have available a phone running 1.6.

I have attached a screenshot of the error running on an emulator, on the phone 
using DDMS, a portion of the DDMS log, and a screenshot of the app working 
properly on an emulator running 2.x.

Original issue reported on code.google.com by sjen...@cs.usfca.edu on 11 Apr 2012 at 12:24

Attachments:

GoogleCodeExporter commented 9 years ago
Actually, this doesn't seem to have anything to do with the advanced blocks. I 
am getting the same error with several other App Inventor projects/apps as 
well. I haven't figured out what is common between the apps that are having 
trouble yet.

I did a factory reset on the phone, and received the same error messages after 
setting it back up again.

Original comment by sjen...@cs.usfca.edu on 11 Apr 2012 at 1:02

GoogleCodeExporter commented 9 years ago
I have narrowed down the problem to using nested arrangements. I tend to use 
this to add padding around components. Here is a minimal example that crashes 
on my phone running firmware version 1.6. It also occurs in an emulator running 
1.6.

Original comment by sjen...@cs.usfca.edu on 11 Apr 2012 at 2:27

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the very detailed bug report, we will look into it.

Original comment by josmasfl...@gmail.com on 13 Sep 2012 at 8:02

GoogleCodeExporter commented 9 years ago
Can reproduce with 1.6 emulator.

Original comment by josmasfl...@gmail.com on 13 Sep 2012 at 8:17

GoogleCodeExporter commented 9 years ago
i was getting the same error and tried everything to resolve this. but the 
solution is use the icon of your app with 500x500 resolution. i was getting the 
error when i was using 1024x768 resolution icon.

Original comment by mavilla....@gmail.com on 23 Feb 2014 at 6:36