2014-11-05, 01:24
Got my Nexus 9 today and now I am sad, there is no KODI for it. Is it in the works? From what I hear all of its files are on the github.
(2014-11-05, 12:32)chikkensoop Wrote: He's complaining it won't work. Most android devices seem to be snapdragon based processors (NEON), whereas the new nexus 9 is a new 64 bit Tegra based cpu. Kodi won't even start on the Nexus 9.Both 32-bit and 64-bit Nvidia Tegra K1 features NEON extension, so surely NEON instruction set shuld have nothing to do with his issues.
(2014-11-05, 13:45)Hedda Wrote: Maybe the Kodi team developers could utilize Testdroid together with some test automation tools/script or something for regression testing and quality assurance somehow?which is useless in our case as we develop in C or C++ and crossplatform. Also not gonna pay for some random test tool
http://testdroid.com/value
(2014-11-05, 01:37)lrusak Wrote: I didn't even know that the Nexus 9 has a 64bit ARM cpu. The Nexus 6 is still a 32bit ARM cpu.
http://android-developers.blogspot.ca/20...6-and.html
(2014-11-05, 14:23)RockerC Wrote: Enable NDK apps for 64-bit. The Nexus 9 runs on a 64-bit Dual Core processor, which makes it the first Android device to ship with a 64-bit ARM instruction set. Support for 64-bit processors was just added in Android 5.0, so if you have an NDK app, enable it by updating the APP_ABI value in your Application.mk file:
APP_ABI := armeabi armeabi-v7a arm64-v8a x86 x86_64 mips mips64
(2014-11-05, 14:28)Koying Wrote: All of this is really nice, but doesn't answer the question: Has someone actually tried to launch Kodi on Nexus 9?
If K1 64bits has NEON, and assuming it's not a platform of its own, I'm kind of assuming it should work.