解决方案 »

  1.   

    应该支持,只要能支持安卓系统,就可以了。我见过,类似的平板,既支持安卓,也支持Win8。
    购买时只要支持安卓4.0以上,可以了。
      

  2.   

    不支持,目前Delphi、CB开发的安卓应用是ARM原生代码程序。
      

  3.   

    intelX86芯片不支持安卓,但Intel Atom支持。可以双系统,如Win7+Android,市场上​优派ViewPad 10平板,就是如此。完全满足你的要求,当然也有win8+Android双系统。
      

  4.   

    我觉得应该支持。
    最终android ndk编译我自己写的通讯相关的C/C++共享库,编译出来的是多个目标版本。
    用C++Builder XE6弄个工程,最后编译出来的so也是多个平台的,在 ...\Android\Debug\Project1\library\lib下有4个文件夹,就包含x86:
    armeabi
    armeabi-v7a
    mips
    x86
      

  5.   

    不支持,见:http://docwiki.embarcadero.com/RADStudio/XE6/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE6 Detection of Unsupported Android Device ArchitectureWhen you launch a FireMonkey application on a device that has an unsupported CPU architecture, the application now displays an error message on the device:Application not supported by this device To implement this feature, the Deployment Manager includes three small native-code libraries in your Android .apk package. These libraries are built for architectures that are not supported by FireMonkey applications:    ARMv6
        Intel x86
        MIPS 

      

  6.   

    xe5、6 for android 是不支持x86 CPU的。
      

  7.   

    原理上应该是支持的。 不过android 现在 x86架构的产品还不多的吧
      

  8.   

    各位是否可以指导下xe6 开发Android,怎么搭建开发环境???