gen folder and Android4.4 are missing« Back to Questions List
When I exported the psd file and imported to Eclipse, the gen folder and the Android4.4 is not shown like in the video, do you know why and how to solve this? |
This question has been resolved, view the correct answer now!
Regarding Android 4.4You can target any Android SDK version using Custom Android Content: //exportkit.com/kits/export-kit/output-customization/android-content. This will allow you to set your default Target Versions. TIP: You can |
✓ Correct Answer | |
---|---|
Hi, This is an easy fix. The gen folder is created by Android, if your project does not build and you get the ”R Not Resolved” error, then restart Eclipse and Java will reload correctly. Other ReasonsThere are a few other minor things that can effect a correct build – these are all mainly due to ”Android Default Rules”. EXAMPLE: Your PSD name will output as your Android project name, so it cannot have a |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.