Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am trying to migrate my existing android project created by eclipse into Android Studio. I am trying to export Gradle and will use it to import into Android Studio later.

Problem is when I export Gradle from eclipse (File\Export\Android\Generate Gradle Build Files), it shows one of the project is missing. But it exists in the list of selection. Please see the screen shot here[^].

What is the problem and how do I check and solve this?

[Edited]
When I tried to directly import from Android Studio (File\New\Import Project), I got following errors.
CSS
* Project GoCMMS:C:\Users\aptiuser03\Documents\TSLin\GoCMMSMobile\Android_GoCMMS\project.properties:
Library reference ..\GoCMMS.undobar could not be found
Path is C:\Users\aptiuser03\Documents\TSLin\GoCMMSMobile\Android_GoCMMS\..\GoCMMS.undobar which resolves to C:\Users\aptiuser03\Documents\TSLin\GoCMMSMobile\GoCMMS.undobar


This is my Project Folder [^]

Please advice!

Thanks in advanced
tslin
Posted
Updated 9-Jun-15 2:49am
v3

You are (or to be exact Eclipse) looking for GoCMMS.undobar, but your image shows Android_GoCMMS.undobar...
 
Share this answer
 
Comments
tslin89 9-Jun-15 21:26pm    
Hi,

Yes. They are different and I don't know why. This is my Eclipse Project Structure[^]. There is no GoCMMS.undobar project. I think it was the name first used long long ago. Is there a way to change the project name or location or the project? I am really new to android. Please advice.

Thanks,
tslin
I got it now.

I changed Project name in project.properties as
android.library.reference.1=..\\Android_GoCMMS.undobar

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900