Amritha
Amritha

Reputation: 805

Hachoir Parser in Android

I need to implement the Hachoir framework in the android phone. I am lost as to where to start and how to go about understanding the framework. Is there anyway to call the python files into my android code or some other documentation which will help me get started ? I appreciate the help !

Upvotes: 0

Views: 105

Answers (1)

Kurtis Nusbaum
Kurtis Nusbaum

Reputation: 30825

You asked a general question, so the best I can do is give you a general answer. On android, you can't execute python as far as I know. The only thing that comes close is Android Scripting Environment.

Upvotes: 1

Related Questions