[http://www.cnblogs.com/htynkn/archive/2011/10/30/android_ormlite_1.html](http://www.cnblogs.com/htynkn/archive/2011/10/30/android_ormlite_1.html)
Android Studio Local path doesn't exist.
Posted on
Edited on
Project Structure -> Modules -> Android -> "-" -> "+" -> Android
Android Studio :cannot resolve symbol R
Posted on
Edited on
- Press F4 into Project Structure, CheckSDKs on left
- Click Modules —> SourceTab, check **
gen** and src assources
原文:http://stackoverflow.com/questions/16586899/android-studio-cannot-resolve-r-in-imported-project?rq=1
android studio “Use gradle wrapper” grayed out
Posted on
Edited on
1) Create a new simple project with Android Studio.
2) Find the gradle folder in the newproject.
3) Use the export option in eclipse to create the build.gradlescript. (Requires latest sdk)
4) Copy the gradle folder into the project youwant to export to Android Studio.
5) Now try to import this project, u shall be able to select thewrapper check box.
This may resolve the problem you asked for, you can also set theGradle home path and use the other option just fine.
Hope this helps!
http://stackoverflow.com/questions/16891062/android-studio-use-gradle-wrapper-grayed-out?rq=1
ERROR: APK path is not specified for module
Posted on
Edited on
- From your existing project, go to ‘File’ -> ‘ProjectStructure’
- Click ‘Modules’ entry from the ‘Project Settings’ group (on theleft side)
- Click ‘Android’ module for your project
- Click ‘New’ where it says ‘Android Platform’
- Point it to the Android SDK location that you havelocally.
- Select an API version.
- Click ‘Apply’