installation problem without debugger

Just starting out? Need help? Post your questions and find answers here.
robin52
Posts: 7
Joined: Tue Apr 09, 2019 2:28 pm

installation problem without debugger

Post 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.
plouf
Posts: 194
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: installation problem without debugger

Post by plouf »

you have to sing it !

viewtopic.php?f=13&t=1385
Christos
robin52
Posts: 7
Joined: Tue Apr 09, 2019 2:28 pm

Re: installation problem without debugger

Post by robin52 »

hello,

i've sign my app.apk

Image

but when i want install it

Image

are there specifications?
robin52
Posts: 7
Joined: Tue Apr 09, 2019 2:28 pm

Re: installation problem without debugger

Post by robin52 »

by changing the signature I succeeded, thank you
Post Reply