#Test Mode Feature πŸ”₯

1 messages Β· Page 1 of 1 (latest)

gleaming phoenix
#

πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯PLEASE REQUEST THE CREATOR TO READ THIS πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯
Hello everyone and Developer! Please add test mode. What is test mode? Test Mode is a feature for testing the applications we create without building the APK. Simply click the button directly directed to Test Mode.

smoky mesa
#

They would have to map every Java function to do like something in the app that may semms like nothing but there are so many java funcs it would basically be impossible

muted arch
#

it's an interesting idea, but since swpro has blocks like command blocks and custom blocks it would be almost impossible to emulate every blocks.

#

a possible option is to compile the code, and dynamically load it to swpro, similar to installing/running the app, but you don't have to actually install it.

i dont see how this could be done with how android does things though. It is very niche, even if we could do it, it would most likely be broken by android updates anytime in future.

inland juniper
#

maybe share the inputstream for compiled dex using shared user id in app

#

for xmls, there's ax2xml in shell PATH

inland juniper
#

the name is xml2abx

wet cairn
#

wouldn't loading the dex casue compatibility issues? the libraries being used by the sk pro app, and the app being built....?!

inland juniper
#

why

inland juniper
#

but something like live edit on android studio