Thanks Daniel. I didn't know the location of the properties file. Its location isn't root folder, nor the project/ folder but the subproject folder.
Am Dienstag, 9. September 2014 12:11:04 UTC+2 schrieb Daniel Skinner: > > 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] > <javascript:>> 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] <javascript:>. >> 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.
