java - Dalvik runtime compiler or other way, to load class in runtime -


I have to load the class in the application that is running me, if you do not compile and reinstall the whole computer again and Restart, and only one place I am developing. So I think in two ways: 1) Compile the class on the host to compile, and send the class (Java bytecode), which is unacceptable to the Dalvik VM, but Java BitCactor was not found for the Dual Bytecok Runtime Converter. 2) Send the source code of the class as a string and compile it in the runtime. But I only got a DexMaker, which is a fake generator, not a string source compiler.

Is there a solution?

p.s Sorry for my english.

Update: Maybe I can load classes.dex dynamically and "Instant" (I do not know if this word exists) my class?

You can use the classes.dex to load the file . You can also help.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -