The WeTab will run Android applications but uses an Atom CPU. What does this mean for NDK and MonoDroid?

StackOverflow https://stackoverflow.com/questions/2663487

문제

I'm guessing MonoDroid compiles directly into ARM code. And the NDK, too.

도움이 되었습니까?

해결책

When the NDK was released, part of the vision was to provide support for multiple binaries for different architectures. AFAIK, that's not available today, so we have to hope it becomes available in the not-too-distant future.

MonoDroid seems dependent upon the NDK, so it too will be limited until NDK multi-architecture support is ready.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top