Discussion:
My "release" build is "debuggable" according to google play... what gives?
Kyle Gregory
2017-10-20 18:49:33 UTC
Permalink
I built an app using QT quick2 and it works satisfactorily on my phone. I
set it to build in release mode and built an APK to upload to google play.
According to google play, however, it is 'debuggable' and as a result,
google will not allow me to upload it.

Has anyone else had this problem or know what may cause it?
--
You received this message because you are subscribed to the Google Groups "android-qt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-qt+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Zoltán Lutor
2017-10-21 06:50:10 UTC
Permalink
Do you use QtCreator?
Have you built 'release' build?
Have you 'signed' it with your own key during the build process?

Br,

Zoltan
Post by Kyle Gregory
I built an app using QT quick2 and it works satisfactorily on my phone. I
set it to build in release mode and built an APK to upload to google play.
According to google play, however, it is 'debuggable' and as a result,
google will not allow me to upload it.
Has anyone else had this problem or know what may cause it?
--
You received this message because you are subscribed to the Google Groups "android-qt" group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "android-qt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-qt+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kyle Gregory
2017-10-24 04:11:08 UTC
Permalink
Thanks for the reply. Someone on the QT forums pointed me to the guide on
publishing to the play store. After I followed that the build the manifest
and sign the app, it worked!
Post by Zoltán Lutor
Do you use QtCreator?
Have you built 'release' build?
Have you 'signed' it with your own key during the build process?
Br,
Zoltan
Post by Kyle Gregory
I built an app using QT quick2 and it works satisfactorily on my phone.
I
Post by Kyle Gregory
set it to build in release mode and built an APK to upload to google
play.
Post by Kyle Gregory
According to google play, however, it is 'debuggable' and as a result,
google will not allow me to upload it.
Has anyone else had this problem or know what may cause it?
--
You received this message because you are subscribed to the Google
Groups "android-qt" group.
Post by Kyle Gregory
To unsubscribe from this group and stop receiving emails from it, send
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "android-qt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-qt+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...