简体   繁体   中英

How can i include the android code developed on linux platform into the eclipse

How can i include the android code developed on linux platform into the eclipse on windows platform so that i can debug and start the emulator which will emulate same as target behaviour. To be further precise this android code is having application as well as JNI and c/c++ code

Just copy the whole project folder to windows, and import the project into Eclipse. Then create a emulator which is as same as the one on Linux platform. After that, You can run or debug your app on the emulator without any problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM