Is it possible to run java (jdk-windows) , Eclipse (indigo) and Android-sdk FOR android app development from external flash drive

后端 未结 2 1077
一整个雨季
一整个雨季 2021-01-16 14:35

im wondering if we can develop our android app in any computer we use by holding the requirments software for that on external flash drive , which i mean to install the java

相关标签:
2条回答
  • 2021-01-16 14:59

    finally i get the solution which is work fine to me as follow:

    1-download the java software then install it on my PC with install path to flash driver.

    2-download android SDK then install it on pc with install path to flash driver .

    3-download Eclipse unzipped it on predetermined folder on flash drive , then create folder inside Eclipse folder and call it ( jre ) , then go to program files on Pc and copy java folder then past it in JRE folder in Eclipse folder .

    4-FINALLY run Eclipse , it will work nicely.

    0 讨论(0)
  • 2021-01-16 15:08

    Yes it is possible, but in the eclipse.ini you have to specify the JVM to use, and select the JVM on the flash drive.

    Look at this page.

    0 讨论(0)
提交回复
热议问题