简体   繁体   English

我如何将在Linux平台上开发的android代码包含到eclipse中

[英]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. 我如何将在linux平台上开发的android代码包含到Windows平台上的eclipse中,以便我可以调试和启动仿真器,该仿真器将与目标行为相同。 To be further precise this android code is having application as well as JNI and c/c++ code 更准确地说,此android代码具有应用程序以及JNI和c / c ++代码

Just copy the whole project folder to windows, and import the project into Eclipse. 只需将整个项目文件夹复制到Windows,然后将项目导入Eclipse。 Then create a emulator which is as same as the one on Linux platform. 然后创建一个与Linux平台上的模拟器相同的模拟器。 After that, You can run or debug your app on the emulator without any problem. 之后,您可以在模拟器上运行或调试应用程序,而不会出现任何问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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