Open sdemills opened 11 years ago
You could try targeting an older Android version - it's possible your environment has automatically targeted the later one (or you haven't downloaded the sdk data for the version that the project is set to target)
Hi Richard. Thanks for the reply.
Which do you target? The project properties says Android 4.2 API Level 17 which matches the targetSdkVersion given in the manifest.
Steve.
This is a request for help rather than a fault...
From the Manifest, the following permissions...
Eclipse won't compile this for me because it errors those permissions saying that they are only granted to System Apps.
For now, I have commented them out.
What needs to be done to get Eclipse to accept these permissions?
Cheers Steve