I'm having an issue starting my android development as I've tried multiple solutions off this site for getting past eclipse not building blank activities and its not letting me begin my development and I have also tried updating and downloading the SDK but all my attempts have all deemed unsuccessful, could this be because I'm using eclipse mars.
My recommendation would be to start using intelliJ IDEA. Just becouse you can do almost everything inside that one program and it seems to be faster than android studio for me.
Here is the download link: https://www.jetbrains.com/idea/
Related
I am pretty new to coding. I help run a small charity and a friend of a friend set up a website for us which I have been running for the last few years. I have managed to sort things out with a lot of copy and pasting and trial and error but I have now hit a wall.
I could not deploy to the server so I went back and reinstalled everything. I got further with the process this time but then it told me to update the SDK. I downloaded the newest SDK but cannot add this to my project in eclipse.
I have learned a lot over the years but I am still pretty dense when it comes to certain things. Find error image here
If anyone can help and explain it in laymen terms I'd appreciate it.
Many Thanks
Here you can find information about how to manage the Cloud SDK in Cloud Tools for Eclipse.
You can either allow Cloud Tools for Eclipse to download and install
an SDK for you, or you can point it to a specific SDK you've installed
outside of Eclipse.
Managing the SDK for Your Project
I have a problem running my project on Android Studio. I am working on an Android project that has a native Java library inside it. It was running fine all the time. But suddenly when I open Android Studio, I find this error:
There is also an error in the .gradle of the project:
It says that URI is not registered.
When Android Studio is started, I find this message:
It seems that there is something wrong in Java configuration, but I can't find out what is the problem?
It was running fine all the time
Not on Android, it wasn't.
It seems that there is something wrong in Java configuration
No. You are using classes that are not part of the Android SDK.
The java Swing and AWT API are not part of the Android SDK and thus aren't including with it. You must find an Android equivalent image library to use in your app. There are few good ones around just depends on what functionality you need to have available to you in you app. Try searching Picasso and or Volley. Picasso is very popular and well known. it has a lot of feature including networking functionality for loading images from the web. The Volley library isn't an image library but an networking library that contains some predefined classes for loading images over the internet.
So this just happened to me. I'm not 100% on the details of how I got it working again, but its roughly this (on my Mac):
Quit Android Studio
I went to ~/Library/Application%20Support/ and deleted the AndroidStudio3.2 directory
I relaunched Android Studio and I got some warning dialog about plugins not existing.
Chose the button that is something about reinstalling or fixing (or whatever isn't deleting or ignoring)
Another dialog comes up. There are a bunch of plugins that are in red. Deselect all the red ones. Then reselect all those ones that were previously red.
Android Studio asks you something and if you want to restart Android Studio. Pick the thing that includes restarting.
And once Android Studio restarts, chose to rebuild your project, and then it worked.
Good Luck and I hope this works for you too.
I am trying to develop an apps with google maps features, so I followed a few tutorials and I realized that making this apps requires the project to use google play service libs library.
But I have problem with the CPU usage when trying to run the project on my AVD which cause the eclipse won't even run the project and keeps loading and I had to force close my Eclipse.
My task manager
So I tried to pinpoint the problem by making new blank android project and try to run the project as I follow the tutorial step by step.
And I found out that as soon as I add the google play libs to my project, I can't run the project anymore because of the CPU usage problem.
My library used
I have downloaded the latest verison of the google play service (rev 27) from my SDK manager.
Can anyone please help me? thanks a lot..
Problem solved when I stopped using Eclipse and started using Android Studio
I am using Android Studio (IntelliJ) to program Android apps and am facing a problem with hot code swapping and libgdx.
When I run the desktop application in demo mode everything works fine. If I try to change a bit (e.g. the color of an element) nothing is refreshed in the application. Even if I select Run->Reload changed changes a new gradle build is started (takes very long) and then says couldn't find any changes.
I have imported the same sample application in eclipse. There I can just change something in the code and it is immediately shown in the running app.
Anyone else experiencing this issue? Why is this not possible in IntelliJ?
Unfortunately, hot swap debugging does not appear to work when using the Gradle template.
It is actually possible as specified here, you need to disable the Android Support plugin if you want hot code swap to work with Gradle and libGDX.
I just installed Eclipse Classic to develop a BB app in Java..
Im following this steps bit im stuck trying to install the BlackBerry Java Plug-in item cause it tells me the plugin requires 'org.eclipse.ui' but I cant figure out how to install that.. Im pretty sure I need to add a repository to the eclispe sites but I cant find the address... anyone care to give me a hand??
thanks in advance
What version of eclipse are you running?
The BB plugin is compatible with 3.5 only; trying to install on 3.6 will cause these issues.
Also, I would strongly recommend installing throgh the eclipse plugin updater/installer to avoid issues later - the standalone installer doesn't play nicely with updates to the plugin version the last I tried it.
The update URL to use if you go this route is http://www.blackberry.com/go/eclipseUpdate/3.5/java -- you will also need to register for a blackberry developer account (free) if you decide to go this route: http://na.blackberry.com/eng/developers/ (You will be prompted for login credentials during plugin installation.)