Page 1 of 1

installation problem without debugger

Posted: Wed Apr 10, 2019 4:02 pm
by robin52
hi,

i've a problem when i try to install an apk when i create app without "enable debugger"

Image

with this code:

Code: Select all

If OpenWindow(0, 0, 0,  DesktopWidth(0) ,  DesktopHeight(0) ,"OpenWindow",#PB_Window_ScreenCentered)
  AddGadgetItem(0, -1, "Buttons")
  ButtonGadget(#PB_Any, 0,  0, DesktopWidth(0)/2, DesktopHeight(0)/2, "text button without debug", #PB_Button_MultiLine)
EndIf
the .apk works well when i enable debugger, but i cant install it without.
How can i solve it ? :?:

Thank you in advance for your answer.

Re: installation problem without debugger

Posted: Wed Apr 10, 2019 4:45 pm
by plouf
you have to sing it !

viewtopic.php?f=13&t=1385

Re: installation problem without debugger

Posted: Tue Apr 16, 2019 8:26 am
by robin52
hello,

i've sign my app.apk

Image

but when i want install it

Image

are there specifications?

Re: installation problem without debugger

Posted: Tue Apr 16, 2019 1:05 pm
by robin52
by changing the signature I succeeded, thank you