TomMyDevX / openintents

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

Unable to resolve target 'android-9' on OI Notepad #470

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On Eclipse 3.7, import OI Notepad 
2. Doubl-click on project.properties, 
3. The file says "# Project target.
target=android-9
4. A search thru other OI source found this also just in:
default.properties within \distribution\DistributionLibrary\

5. AndroidManifest.xml contains:
<uses-sdk android:minSdkVersion="2"
        android:targetSdkVersion="9" />

But Notepad Properties > Android > Project Build Target doesn't have API 9. 

So how about we "keep the change" and bump it up to 10 to keep its Gingerbread 
smell?

Original issue reported on code.google.com by wilson...@gmail.com on 4 Jan 2012 at 11:29

GoogleCodeExporter commented 8 years ago
Please use the latest version from the main trunk.

Here it says: 
target=android-15
http://code.google.com/p/openintents/source/browse/trunk/notepad/NotePad/project
.properties

<uses-sdk android:minSdkVersion="2"
        android:targetSdkVersion="15" />
http://code.google.com/p/openintents/source/browse/trunk/notepad/NotePad/Android
Manifest.xml#43

Original comment by peli0...@googlemail.com on 5 Jan 2012 at 1:23