Newbie question on Android App
Posted: Thu Nov 02, 2017 5:42 pm
Dear All,
I have just started trying to create my first Android app using Spiderbasid 2.0. The following works on my Pc:
Enumeration
#WinMain
#EdSec
EndEnumeration
Procedure main ()
OpenWindow(#WinMain, 100, 100, 200, 200, "My Window")
EditorGadget(#EdSec, 0,0,200,200,#PB_Editor_WordWrap)
SetGadgetText(#EdSec,"This is my first editorgadget in a window")
EndProcedure
main()
and I can create an apk ok without any problems. But when I try installing it on my phone it says "App not installed. The package appears to be corrupt."
Any thoughts on why it doesn't work?
All the best,
Björn
I have just started trying to create my first Android app using Spiderbasid 2.0. The following works on my Pc:
Enumeration
#WinMain
#EdSec
EndEnumeration
Procedure main ()
OpenWindow(#WinMain, 100, 100, 200, 200, "My Window")
EditorGadget(#EdSec, 0,0,200,200,#PB_Editor_WordWrap)
SetGadgetText(#EdSec,"This is my first editorgadget in a window")
EndProcedure
main()
and I can create an apk ok without any problems. But when I try installing it on my phone it says "App not installed. The package appears to be corrupt."
Any thoughts on why it doesn't work?
All the best,
Björn