I have generated my keystore file according to the Android Studio directions. When I tried to sign it using jarsigner, I ran into an error. I thought I could just skip this step and use my keystore file to generate an android build, but when I search for it, it isn't in the jdk bin where I created it. I tried to manually enter the keystore, but the build failed.
Error produced: BUILD FAILED C:\Eclipse451Mars64Workspace\App\build.xml:469: The file C:\Eclipse451Mars64Workspace\App\dist\App.jar exceeds 50MB in size! Please reduce the size of the project for faster builds and better performing apps.
Total time: 9 seconds