Thank you Justin, That did help a lot!
On Jun 25, 7:49 am, Justin Anderson <[email protected]> wrote: > *> What is the best recommendation the group can suggest as a > starting point?* > > A starting point for what exactly? You haven't been real clear on what you > are wanting > > *> How do I open the .apk file in my eclipse environment to make > the changes necessary? > * > First, an APK is just a zip with a different extension. If you really want > to open it just change the extension to .zip and unzip it. If you change > anything though, it will invalidate the certificate. > > As far as creating a certificate for publishing on the Market, you can > follow the steps outlined > here:http://developer.android.com/guide/publishing/app-signing.html#releas... > > ---------------------------------------------------------------------- > There are only 10 types of people in the world... > Those who know binary and those who don't. > ---------------------------------------------------------------------- > > > > On Thu, Jun 24, 2010 at 7:05 PM, AfMob <[email protected]> wrote: > > I have long had my WAP pages built and had my URL launchers built by > > an outsourced group in India. I now have a requirement to update > > my .apk files to 2.2 as well as build 6 additional .apk files that are > > made up of 6 completely different URL launchers to other WAP sites. I > > have successfully set up my Java and SDK environment > > > My questions are: > > - What is the best recommendation the group can suggest as a > > starting point? > > - How do I open the .apk file in my eclipse environment to make > > the changes necessary? > > > The Android Market says the following when I attempt to upload my .apk > > file: > > [quote] > > Market does not accept apks signed with the debug certificate. Create > > a new certificate that is valid for at least 50 years. > > Market requires that the certificate used to sign the apk be valid > > until at least October 22, 2033. Create a new certificate. > > Market requires the minSdkVersion to be set to a positive 32-bit > > integer in AndroidManifest.xml. > > [/quote] > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Beginners" group. > > > NEW! Try asking and tagging your question on Stack Overflow at > >http://stackoverflow.com/questions/tagged/android > > > To unsubscribe from this group, send email to > > [email protected]<android-beginners%2Bunsubscr > > [email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

