dragsystem / soundclouddroid

Automatically exported from code.google.com/p/soundclouddroid
0 stars 0 forks source link

Motorola Backflip Startup Crash #59

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Simply starting the application with a Motorola Backflip.
2.
3.

What is the expected output? What do you see instead?
It is expected that the application execute, but instead, you get: "Sorry! The 
application SoundCloud Droid (process org.urbanstew.soundclouddroid) has 
stopped unexpectedly. Please try again."

What version of the product are you using? On what device / Android
version?
Motorola Backflip. Android Version 1.5 (may be the obvious problem)

Please provide any additional information below.
I have completely removed and reinstalled the program with no success. I do 
suspect that the Motorola Backflip not having an Android 2.1 update (which is 
rumored to be rolled out by early Q4) is the issue, but would like to confirm 
with the developer that Android 2.0 is even required to execute the application.

Original issue reported on code.google.com by JEChilb...@gmail.com on 17 Oct 2010 at 12:02

GoogleCodeExporter commented 8 years ago
Thanks for the bug report!

We've been able to run the app on Android 1.5 on a G1 as well as the 1.5 
emulator.  If you can send us a log of the crash (e.g., install the Log 
Collector app, then run SoundCloud Droid, and then run Log Collector and have 
it send the logs to support@urbanstew.org), we can see if we can figure out 
what is causing the crash.  I can't guarantee a fix, but seeing the log gives 
us more of a fighting chance.

Original comment by stjepan....@gmail.com on 22 Oct 2010 at 1:21

GoogleCodeExporter commented 8 years ago

Original comment by stjepan....@gmail.com on 22 Oct 2010 at 1:21

GoogleCodeExporter commented 8 years ago
Thank you for sending in the log!  I have to eat my words - the latest version 
of the app has apparently not been tested against 1.5, and the problem does 
seem to be stemming from 1.5.  Should be fixable though, will keep you posted.

Original comment by stjepan....@gmail.com on 22 Oct 2010 at 3:50

GoogleCodeExporter commented 8 years ago

Original comment by stjepan....@gmail.com on 22 Oct 2010 at 3:52

GoogleCodeExporter commented 8 years ago
OK, fixed.  Apparently, there is a problem when
1) building against Android SDK 2.2, and
2) running on Android 1.5, and
3) having an ImageButton in the project

The problem manifests itself as
java.io.FileNotFoundException: res/drawable/btn_default.xml
at android.content.res.AssetManager.openXmlAssetNative(Native Method)
at android.content.res.AssetManager.openXmlBlockAsset(AssetManager.java:496)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:1827)

Changing the SDK to 2.1 solves the problem... so we took out something that 
required 2.2 but probably wasn't needed.

An updated version has been uploaded as 
http://soundclouddroid.googlecode.com/files/SoundCloudDroid_1.2.1_beta1.apk

and attached to this comment.  Please let me know if this updated version 
resolves the problem and whether there any new problems that crop up.

Thanks again!

Original comment by stjepan....@gmail.com on 22 Oct 2010 at 5:24