Приобрел все таки эл. книгу с большим 8” экраном - Texet TB-138.
Выяснилось, что внутри Android 2.3.1.
Да еще и процессор быстрый: Rockchip rk2918 (Cortex A8, 1Ghz)
Не знаю по каким причинам производитель не пишет, что внутри Android и можно ставить свои приложения,
но я бы сразу купил и не нужно было бы изучать firmware update с сайта призводителя
Вот параметры процессора, разделы flash и состояние памяти:
938c938
< public boolean incremental = false;
---
> public boolean incremental = true;
Compile the class and repack dx.jar
12
javac -target 1.6 -source 1.6 -cp ../dx.jar -d classes Main.java \
&& cd classes && jar uf ../../dx.jar *
Disable deleting classes.dex in Intellij Idea
In the AndroidDexBuilder class remove outFile.delete() statement and rebuild android-jps-plugin.jar.
The simplest way to do it replace delete string with exists in the AndroidDexBuild class
in the idea-$VERSION/plugins/android/lib/jps/android-jps-plugin.jar archive.