Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I try import project, and is import-summary


ECLIPSE ANDROID PROJECT IMPORT SUMMARY
======================================

Ignored Files:
--------------
The following files were *not* copied into the new Gradle project; you
should evaluate whether these are still needed in your project and if
so manually move them:

* Android.mk
* ic_launcher-web.png
* proguard-project.txt
* proguard.cfg
* proguard.flags

Moved Files:
------------
Android Gradle projects use a different directory structure than ADT
Eclipse projects. Here's how the projects were restructured:

* AndroidManifest.xml => app\src\main\AndroidManifest.xml
* assets\ => app\src\main\assets\
* jni\ => app\src\main\jni\
* res\ => app\src\main\res\
* src\ => app\src\main\java\

Next Steps:
-----------
You can now build the project. The Gradle project needs network
connectivity to download dependencies.

Bugs:
-----
If for some reason your project does not build, and you determine that
it is due to a bug or limitation of the Eclipse to Gradle importer,
please file a bug at http://b.android.com with category
Component-Tools.

(This import summary is for your information only, and can be deleted
after import once you are satisfied with the results.)


I try build, but error message

VB
Error:(41, 18) error: cannot find symbol class SystemProperties
Error:(10, 18) error: cannot find symbol class ServiceManager
Error:(471, 34) error: cannot find symbol method getWifiApState()
Error:(267, 3) error: cannot find symbol variable SystemProperties
Error:(474, 34) error: cannot find symbol variable WIFI_AP_STATE_ENABLING

... more error

and import error message
Cannot resolve symbol 'ServiceManager', 'SystemProperties', 'WifiP2pWfdInfo'


help, plz..
Posted

1 solution

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