consider this # files
subproject/keystore.jks subproject/signing.properties # content of signing.properties key.store=subproject/keystore.jks key.alias= key.store.password= key.alias.password= On Tue, Sep 9, 2014 at 5:07 AM, David Pérez <[email protected] > wrote: > Hi, > > I'm using android-sdk-plugin and I do have a local.properties. > > I have this file structure: > > ----+--- local.properties > +--- project/Build.scala > +--- subproject1/ > +--- subproject2/ > > When I issue: > > sbt subproject1/android:packageRelease, I get this error: > > Package needs signing > > and I cannot install because of this: > > Install failed: INSTALL_PARSE_FAILED_NO_CERTIFICATES > > I suppose I've forgotten something. > > David > > -- > You received this message because you are subscribed to the Google Groups > "scala-on-android" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
