[android-developers] Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed

2010-05-03 Thread Adrian Vintu
Hi all, I am trying to run the rotation example from http://github.com/commonsguy/cw-android/tree/master/Rotation/RotationTwo/ I created an Eclipse project, added the files from the location above. I created an emulator with target 2.0.1 API level 6. Resolution is 480x854. Abstracted LCD density

Re: [android-developers] Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed

2010-05-03 Thread Mark Murphy
Adrian Vintu wrote: Hi all, I am trying to run the rotation example from http://github.com/commonsguy/cw-android/tree/master/Rotation/RotationTwo/ I created an Eclipse project, added the files from the location above. I created an emulator with target 2.0.1 API level 6. Resolution is

Re: [android-developers] Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed

2010-05-03 Thread Adrian Vintu
Hi Mark, Thank you for your answer. Please let me (us) know if you have a solution for this. All the best, Adrian Vintu On Mon, May 3, 2010 at 2:16 PM, Mark Murphy mmur...@commonsware.com wrote: Adrian Vintu wrote: Hi all, I am trying to run the rotation example from

Re: [android-developers] Something wrong here, didn't expect com.commonsware.android.rotation.two to be resumed

2010-05-03 Thread Mark Murphy
Adrian Vintu wrote: Hi Mark, Thank you for your answer. Please let me (us) know if you have a solution for this. The solution appears to be: ignore the message. Other apps, such as the built-in Launcher (home screen), Calculator, Contacts, and Music apps exhibit the same behavior. -- Mark