Porting C++ lib/app on android

前端 未结 3 1059
时光说笑
时光说笑 2021-02-15 17:40

I want to port few C/C++ libraries to Android, how feasible it would be

e.g. OpenSSL can it be ported or suppose an application which depends on OpenSSL, what is the bes

3条回答
  •  天命终不由人
    2021-02-15 18:25

    There are obviously a good deal of enthusiasts who are working on improving the development environment for Android. But nothing is close enough to production quality yet.

    Dalvik and its java-based environment is the only thing that can be used right now.

    Hopefully, that situation will progressively change over the next couple of years.

    Since you can now buy a re-flashable G1 phone, progress in that area should accelerate.

提交回复
热议问题