#Test Mode Feature π₯
1 messages Β· Page 1 of 1 (latest)
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
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.
we can dynamically load executable dex in the app by InMemoryDexLoader
maybe share the inputstream for compiled dex using shared user id in app
for xmls, there's ax2xml in shell PATH
the name is xml2abx
wouldn't loading the dex casue compatibility issues? the libraries being used by the sk pro app, and the app being built....?!
why
i am not talking about emulating app in sketchware
but something like live edit on android studio