Eclipse android project not creating blank activity

后端 未结 4 764
走了就别回头了
走了就别回头了 2021-01-11 14:29

Every time I create a new android project, I specify that I want to create blank activity. I get to the page where I name it. But after clicking finish, the blank activity i

相关标签:
4条回答
  • 2021-01-11 15:09

    I have faced the same problem. After a while i understand that i installed Android APIs in wrong place. Try to rerun installer_r22.6.2-windows.exe which you download in order to work with Android.

    Then Android SDK Manager appears in the screen. Check the APIs which you installed before. What does appear in the status field of APIs??? If it appears

    Not installed
    

    Then as i said earlier , you should reinstall these APIs. Keep in mind that SDK Path appears above in Android SDK Manager. It may be necessary for you later.

    0 讨论(0)
  • 2021-01-11 15:23

    Then there must be something wrong with the installation of the eclipse or android SDK. I am using eclipse indigo for developing android apps since 2.5 years I haven't face any thing like this. But when I tried eclipse juno I find few issues. First of all make sure that you have installed every thing correctly and you are using updated version of eclipse.

    0 讨论(0)
  • 2021-01-11 15:25

    I had the same problem even though I downloaded the Android SDK and did a clean install, but I just resolved it. I tried to click "Help" -> "Install new software" and install (this will update it) from this url: https://dl-ssl.google.com/android/eclipse/ OR try to create a empty activity, not a blank activity

    0 讨论(0)
  • 2021-01-11 15:30

    Try this...

    1. Go to Help > Install New Software,

    2. Click Available Software Sites,

    3. Remove the installed Repository,

      Remove last installed plugin

    4. Click Add ,

    5. Type name : Android Developer Tools Update Site ; location : http://dl-ssl.google.com/android/eclipse/.

      Update

    6. Press Ok,

    7. Select all press Next,

    8. Press Next,

    9. Accept and Install repository,

    10. Eclipse restart automatically when the repository update is complete,

    11. I hope, the issue had solved now.

    Happy coding.....

    0 讨论(0)
提交回复
热议问题