> - Changed certificate - it's crucial to always use the same certificate in > Android!!! >
Not the case, I never touch this field in the config. If I change the certificate, I get an error in the store, so I don't think this is possible. > - Changed package or visibility - if you refactored the main class or made > any changes like that > I don't remember doing this. The class name is always the same and there is no reason to change it. But even if I change this, it would not throw an error, I would simply install a separate app, instead of updating the previous one. > - Downgraded target version - The target version can only go up, if you > changed that downwards it can fail > I don't remember doing this either. I have tried with android.buildToolsVersion=27, which should work in any case and it does not. This is the device output: 04-30 11:01:07.434: E/ACDB-LOADER(948): Error: ACDB AudProc vol returned = -19 04-30 11:01:07.453: E/voice(948): voice_is_in_call_rec_stream: input stream is NULL 04-30 11:01:07.453: E/ACDB-LOADER(948): Error: ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE Returned = -19 04-30 11:01:07.454: E/ACDB-LOADER(948): Error: ACDB audproc returned = -19 04-30 11:01:07.454: E/ACDB-LOADER(948): Error: ACDB AudProc vol returned = -19 04-30 11:01:07.454: E/ACDB-LOADER(948): Error: ACDB AFE returned = -19 04-30 11:01:07.455: E/ACDB-LOADER(948): Error: ACDB AudProc vol returned = -19 I'm really lost... -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/bf95a3a1-b5bd-4dc6-8e1d-095438c93657%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
