Compilation issue?

bergapappa

Member
Licensed User
Longtime User
I have an app that I have tested on 3 devices, 2 with android 2.2 and one with 3.0. My emulator is set for 2.2. It does not work as intended on 3.0, works fine on 2.2.

My questions is vague but basic, I guess I have missed some fundamentals.
But please give it a try :)

1. Could it be that my compile level is wrong, remember it works on 2.2.
2. How do I set the compile level, is it by making an emulator for 3.0?
3. If I compile for 3.0, will an 2.2 user have problems?
4. I thought I was supposed to set the "lowest" API level possible to target as many users as possible, isn't that the way to do it?
5. Does my suspicion regarding compile level seem off?

6. The app contains a service that I start with StartServiceAt, and this service plays a sound with the mediaplayer. Have anybody had problems with similar in android 3.0.

Regards

bergapappa
 

bergapappa

Member
Licensed User
Longtime User
TNX Erel

So, if I understand correct, this should not be related to the Android version?

But how do I change what version i compile for, is it the emulator that control this?

I will check the logs and start a new thread if needed.
One thing I don't understand though is how I can see logs on the devices i test on, are they saved in any special folder or do I need a special reader for this?
 
Upvote 0

bergapappa

Member
Licensed User
Longtime User
Copile issue

TNX!

I understand this does not help this case and I'm so releaved this wasn't the case.
Still wanted to know how this worked, TNX again.

Regards

Bergapappa
 
Upvote 0
Top