Most voted "android-eclipse" questions
DO NOT USE if the question is not related to the use of the IDE. It is an informal convention in the scope of using eclipse in development for the Android platform.
Learn more…36 questions
Sort by count of
-
6
votes2
answers427
viewsHow to remove the Appcompat error from the app?
I had to reinstall the Eclipse and import mine app, he makes a mistake of Styles of AppCompat. I imported the AppCompat and the very AppCompat gives the same error. How can I fix?…
-
4
votes4
answers5215
viewsError in v7 appcompat in v21 themes
Recently, I went to make a clean project in my project, and I don’t know why it didn’t generate the R.java, and my project was working normally. So I had the brilliant idea to reinstall the SDK and…
-
4
votes1
answer1667
viewsADB does not recognize Android device on Mac OS
I’m trying to activate the mode of Debugger on my Motorola Razr i to be able to run my Android projects on the device itself. But when I enter the Mac terminal and put the command ./adb devices to…
-
4
votes1
answer1933
viewsAccessing Webservice by Android - KSOAP2
I am creating an Android APP and have to connect with the web service of my company to make the login system, I am using the lib KSOAP2 3.3.0. The path of my WS is for example as:…
-
3
votes2
answers2173
viewsChange "with.example" from an android app
I am trying to put an application in the Playstore, but the following error appears: "You have to use a different package name because "com.example" is restricted." The thing is, I’ve already…
-
3
votes3
answers3144
viewsAVD does not carry
I use android a little while and after I formatted my note and installed the eclipse/android emulator just doesn’t work. It does not load, just stands there, but does not give error or anything.…
-
3
votes2
answers78
viewsEclipse Future for Android Development
What are the impacts of Google no longer supporting Eclipse? I can still use the tool to create Android apps?
-
2
votes1
answer278
viewsHow to go to the top of an Activity on Android
I am developing a Java project for Android that is a Quiz and every time I go to the next question I visualize the radio Buttons and would like to position the screen at the top, so that the user…
-
2
votes1
answer107
viewsandroid-support-v7-appcompat Do not generate . jar
I’m importing the android-support-v7-appcompat project that lies on: '../Android/sdk/extras/android/support/v7/appcompat/' Configure it as reported in android documentation, despite not showing any…
-
2
votes2
answers1079
viewsPermission for android app
I created an app in eclipse for android, when the phone install it does not give permission, in case it was an APK of web streaming radio, on Samsung devices works 100%, but in Motorola do not work.…
-
2
votes3
answers200
viewsEclipse Project starts with error
When I create a project and the appcompat_v7 is closed the project gets error, but if it is open has no problem, it is normal for projects to depend on the appcompat_v7?…
-
2
votes2
answers196
viewsDownload Genymotion Plugin to Eclipse
Guys, I can not install the Genymotion plugin in my Eclipse, it does not appear to make the download option, please help me]1…
-
2
votes1
answer58
viewsHold the image and send to link in Android Studio
Hold the image and send to link in Android Studio I use an Imageview that when I click performs a function, but I would like when the image was pressed, another action was done, which would be…
java android android-studio android-activity android-eclipseasked 6 years, 2 months ago Deodoro Júnior 21 -
1
votes2
answers145
viewsEclipse Android plugin error
I am trying to start Eclipse and it is always 0% when loading the projects. The following Apare message: the user Operation is Waiting for Android SDK Content Loader to complete Someone’s been…
-
1
votes3
answers1338
viewsHow do Eclipse display the SDK and AVD Manager icon?
I have JDK, Android SDK and Eclipse Plugin installed, but when I go to the tab window Eclipse do not show me Android options to configure Avds and SDK. How to make Eclipse show SDK and AVD Manager…
-
1
votes1
answer603
viewsError accessing "Java Build Path" in Eclipse
When I try to access MEU_PROJETO_ANDROID - Properties - Java Build Path, the following message appears: the Currently displayed page contains invalid values The archive Androidmanifest.xml is like…
-
1
votes1
answer83
viewsIn the android eclipse, when the emulator stays in landscape the program does not change?
In the android eclipse, when the emulator stay in landscape the program does not change continues in portrait how to solve it.
-
1
votes1
answer60
viewsError: Using 1.7 requires compiling with Android 4.4(Kitkat); Current using API 16
Using a switch case with a string. Eclipse made a mistake and offered to switch to compiling 1.7. I accepted, now it’s a mistake and I can’t go back. How do I fix it? I want to change the language…
-
1
votes0
answers1297
viewsPhoto saved but not shown in the gallery
Good evening, I’m with a design of a camera that adds in the name of the photo what the user writes in the text fields. The app works only that the photo does not go to the gallery. Only appears in…
-
1
votes0
answers23
viewsI cannot use debug in a library
I need to debug a lib I just created, I’ve done these steps: *Here is what worked for me: (After having clicked debug at least Once before) Open the debug view in eclipse (use the menu at the top:…
-
1
votes2
answers129
viewsSilent applications
Some applications or most of them have an "unassisted" or silent installation option, known as Silent install, which is to install an application without the user or support team needing to interact…
-
1
votes2
answers970
viewsHow to connect Virtual Android with Postgresql on Local Machine?
Good morning, I’m trying to make a connection to Android Virtual servant in the Eclipse ADT with JDBC do PostGreSQL 9.1. To my knowledge in Android it’s little I spent a lot of time trying to…
-
0
votes2
answers1481
viewsProjects do not appear in Eclipse Package Explorer
My Android projects do not appear in Eclipse Package Explorer. What must I do to make them appear?
-
0
votes2
answers871
viewsHow to check if the user has typed a special character in Edittext?
How can I check if the user has entered any special character (*, /, +, &, etc.) other than by if(srt.contains("@") || srt.contains("!") || ... ? Is there any more practical way? And if he…
-
0
votes0
answers78
viewsDoubt with the Androidplot
Personal someone could tell me why this code is not generating the desired graph? //screen code import java.text.DecimalFormat; import java.text.FieldPosition; import java.text.Format; import…
-
0
votes1
answer287
viewsThe eclipse doesn’t recognize sdk?
How to solve this problem in eclipse does not recognize where sdk is .
android-eclipseasked 9 years, 6 months ago Vale 2,919 -
0
votes0
answers23
viewsHow to enable the "Android" option in the Eclipse project creation tab?
How to enable "Android" option in Eclipse project creation tab? When I click File > New > Other, the Android option does not appear to start an application project. What I do?…
android-eclipseasked 9 years, 4 months ago Richard Carvalho 1 -
0
votes0
answers143
viewsUsing Navigation Drawer and Page Sliding Tab Strip
I’ve tried every way I can imagine importing this library (Navigation Drawer and Page Sliding Tab Strip ) in a project, however, without success. I followed the step-by-step (importing the other…
-
0
votes1
answer586
viewsHow to add postgres library to eclipse/android
I’m making an android app, which I will connect directly to a postgres bank on a server. However, I don’t know how to add the postgres jar, if I add it in Java Build Path in the project’s properties…
-
0
votes0
answers161
viewsHow to calculate the hash value of a specific byte array
How I calculate the hash value of a specific byte array? I’m using MD5 encryption and the code to calculate what I’m using is this: byte[] dataRegCodeToCompare = md5.digest(toHash); The variable…
-
0
votes0
answers175
viewsTimeout when running APK on emulator
I’m having trouble running emulator on Eclipse ADT. When executing the APK, can only timeout, even increasing the time of ADB to 50000 for example. The project runs directly on mobile, only on…
-
0
votes1
answer858
viewsHow to know which error of my android program?
My app is giving an error that I just have no idea how to fix, then I copied the error that gives (on mobile looks like this: "The app'app name' stopped") can help me identify the problem? 10-14…
-
0
votes2
answers65
viewsEclipse error with android language
Good morning, I’m trying to create an Android project, more appears this message, and when I create the project I choose Blank Activity it does not create gets stuck on the main_activity screen.…
-
0
votes1
answer67
viewsYou can generate a . WAR in Android Studio
I am developing an application that needs to be generated in APK and . WAR; I wonder if there’s a way to do this in Android Studio, or I’ll have to develop two applications in different…
android android-studio software-engineering apk android-eclipseasked 7 years, 3 months ago Aderbal 119 -
0
votes1
answer263
viewsHow to generate thumbnails of a bitmap using Asynctask?
I have a Fragmentactivity that has a listview, in each item there is a button to open a Dialog, in this Dialog another listview is run with an Adapter that has a Textview and an Imageview, the list…
-
0
votes1
answer472
viewsError creating project in Eclipse
I downloaded Android Studio for Android programming, but it takes almost 10min just to open/create a project, so I tried to see other media and found the eclipse with android SDK , well, I…