I have written a number of simple apps for Android, but have not posted any on Android Market / Google Play for about a year or two. I recently wrote a very simple app but when I tried to post it to Google Play I get the Error:
You uploaded an APK that is not zip aligned. You will need to run a zip align tool on your APK and upload it again.
Google must have changed something while I was napping.
After a little research I found that I needed to load the latest version of Eclipse as the Export/Signing tool included in the newer versions also does this zip aligning.
This was a mistake I think.
First I tried to get the update function on the Eclipse SDK Version: 3.6.2 I had been using but this did not work. In frustration I simply loaded the latest version of the SDK off the Android site. This worked fine but the Emulator that comes with it is far too slow on my computer (MacBook Pro OS 10.6.8, 2.4 GHz Intel Core 2 Duo, 2 GB 667 MHz DDR2 SDRAM). I tried a number of suggestions on getting a faster Emulator, none of which worked.
Since the emulator on my 3.6.2 version of Eclipse worked just fine for the simple apps I write I said well I will just use that version of Eclipse and zip align my app manually. Unfortunately, now ALL my apps on the older version of Eclipse have errors in them preventing them from working. I keep on getting the error:
[2014-05-18 22:53:56 - Focal Length] Unable to resolve target 'android-19'
This is understandable as I only have API 17 installed on this older version of Eclipse (that is as high as I could load on this version). I thought, fine I will just uninstall the latest version of Eclipse then the old one will work fine. No luck, when I uninstall the latest version of Eclipse and even use an app cleaner on my Mac I still get the same error:
[2014-05-18 22:53:56 - Focal Length] Unable to resolve target 'android-19'
Somewhere in my old Eclipse there is a pointer asking for API 19 which does not exist on my old version of Eclipse.
I would like to simply use my old version of Eclipse and zip align my app manually as outlined in on the Android site.
Can someone help me in getting my old version of Eclipse SDK Version: 3.6.2 up and running again?