开发者

can you see the codes generated by the app inventor?

I saw app inventor and have tried it and thought "wow this could really make app development more easy".

But it does have some downside: some people have a problem wi开发者_如何学Cth the apps created on app inventor not running correctly on their phone, while it runs on the emulator.

And there are also news like you can't upload apps created on app inventor to your android market account, so i just thought it would be really helpful if you could see the codes generated by app inventor like in eclipse.

If you use the GUI for the xml it generates a code and since app inventor is also in java it should also have a way the user can see the codes generated by the app inventor and use it as a reference for coding in eclipse or other java IDE.

So is their a way to see the codes generated or not?


App Inventor does not generate Java code. It generates Scheme code, which is converted by the Kawa compiler into byte code. While you could undex and decompile it, as mentioned by cypressious, that code is unlikely to be useful.

There is a third-party program, Marketizer, that prepares App Inventor apps for the market.


If it generates an apk, you can unpack and then "undex" it via http://code.google.com/p/dex2jar/. Then you can see the rough code by using tools like http://java.decompiler.free.fr/?q=jdgui.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜