The NDK does not have to support that; it's a question of toolchain support and not of NDK.With GCC you can write inline assembly, or even have separate assembler files as in an usual PC scenario. You can even use your own build system facilities wi…
KonajuGames said:One wonders why you need to modify and reflash the device in order to develop games.
Because my game uses an external device that requires me to modify some system files.
Anyway it's done and it's working. It would have bee…
alsutton said:
We provide su to let developers get root when they need it to debug issues within the games they're developing.
In order to get there(develop the games) I need to update the system so the fact that you're not inclined to p…
Well I want something a bit different. I want to have root access by default, meaning that when I do
adb shell I should get into the Android root console that is root@android: and not shell@android:; that can be achieved permanently, and if I might…
@Dreamwriter - I'm not sure I understand. The core Android is open source and any proprietary drivers could be installed afterwards as for other development boards, e.g. Pandaboard on which the graphic drivers are provided in binary form by SGX.
@M…