4 Replies Latest reply: Sep 5, 2014 4:05 PM by Automator21 RSS

    Native Android app not installing

    Automator21 Community Member

      Hello all,

      This is my first crack at developing for Android and what started as a smooth ride just stalled...

       

      I created my keystore with the following using Terminal on 10.8.5

       

      keytool -genkey -v -keystore appnamegoeshere.key.p12 -alias alias_appnamegoeshere -keyalg RSA -keysize 2048 -storetype pkcs12 -validity 10000

       

      Unsigned .apk was downloaded and sign successfully. Dropped the .apk in my dropbox and from my Galaxy Tab 4 (4.4.2) I went on to install it, i get prompted about to install app and it runs through its process and a few seconds later I get a message, "App not installed".

       

      Where did I go wrong here? Thanks.