eclipse-adt

Error : WatchActivity cannot be resolved to a type,Why i'm getting this? [duplicate]

血红的双手。 提交于 2019-12-12 09:10:03
问题 This question already has answers here : Update Eclipse with Android development tools v. 23 (43 answers) Closed 5 years ago . Well i have update my Android Sdk to 23 & even Eclips ADT plugin to the latest version. why i'm getting the error in import library of WatchActivity . And i have already fixed this issue "Update eclipse with Android Development tools 23". When i create a new android project with "Blank Activity" my Src & Layout folder is empty. When i create a new android project with

custom made arc shaped seekbar

倖福魔咒の 提交于 2019-12-12 09:04:44
问题 What I am trying to achieve is to make an arc shaped seekbar. I know there are plenty of libraries I could use to achieve this, but I am just trying my hands on custom made views. I have encountered couple of problems: I have a class which extends SeekBar, and I have implemented onDraw and onMeasure methods as well, but I am not able to view that in layout editor in eclipse, here is the code for the custom view class: package com.custom.android.views; import android.content.Context; import

What is the differences between `export signed` and `unsigned` .apk file? [duplicate]

梦想与她 提交于 2019-12-12 07:39:39
问题 This question already has answers here : Android differences between signed and unsigned .apk files? (2 answers) Closed 6 years ago . I'm building .apk file for my Android application using Android tools - Export... as guided here My question is what are signed and unsigned .apk file? How can we use usngined .apk file? (I tried to export an unsigned one but I cannot install it for my Galaxy Nexus) 回答1: Signing Android apps is just like signing any other application; it provides the user with

R.java file not generated when creating new android project in eclipse and android-studio

荒凉一梦 提交于 2019-12-12 03:32:34
问题 R.java file is not getting generated for new Android projects in eclipse and Android studio. This happened after i updated Android SDK Tools -> 24.4.1 (latest version) Android SDK Platform-tools -> 23.1 (latest version) Android SDK Build-tools -> 23.0.2 (latest version) Before that i don't remember what versions i used, but eclipse and android studio used to work fine. Searched for R.java not generated over stackoverflow and some other googled websites but my problem is not resolved. Tried

Android: AVD manager won't detect Byond B54 and Micromax phones as Virtual Device

最后都变了- 提交于 2019-12-12 01:05:45
问题 I need to use my phone as emulator/target/virtual device when I run my application. I have enabled the USB Debugging in Settings. What more do I need to do to make Eclipse AVD Manager to detect my Byond B54 and Micromax devices? How to get in usb drivers for these devices? 回答1: You need to install the drivers for windows to detect those devices. if the drivers for those devices from respective manufactures are not available, you can download and use moborobo. It works for most devices. I have

LibGDX Android blackscreens at a certain screen

孤人 提交于 2019-12-11 14:56:36
问题 To explain the Situation: I've got a LibGDX Game runnig without Problems as Desktop Project... But as soon as I install the App onto my Android device, It only shows the first screen... In this case, it is a Menu-Screen which obviously needn't much resouces...The Textures are not in resolutions of powers of two but I'm using OpenGl2.0. When I'm now changing the Screen to the actual Game-Screen, my device just blackscreens. This Screen contains a Box2d World with lots of Objects, a big Texture

Proguard error preventing APK from building with “returned error with error code 1”

拜拜、爱过 提交于 2019-12-11 10:27:37
问题 The issue is when trying to build a signed APK, it errors at the last step with this: [2013-06-20 11:39:34 - MyApp] Proguard returned with error code 1. See console [2013-06-20 11:39:34 - MyApp] Unable to access jarfile /Users/rob/Android I am using the latest Eclipse ADT v22.0.1-685705 (just installed this morning) and it seems like this issue has been around for at least a month now according to Google. 回答1: In order to fix this, Change: java -jar $PROGUARD_HOME/lib/proguard.jar "$@" To:

How do I configure my Android project in Eclipse to exclude a library in the libs directory from export?

馋奶兔 提交于 2019-12-11 07:42:24
问题 I have a series of libraries included in my Android project. One of the libraries is a system lib that I do not want statically linked, and I do not want exported into my apk. At present I have located the external library in my libs directory so that ant picks it up. However, doing so means that Eclipse doesn't provide me with the option to not export the library with the apk. My question is, how do I prevent Eclipse from exporting a library in the libs directory? 来源: https://stackoverflow

Eclipse LogCat Window does not display

可紊 提交于 2019-12-11 02:33:36
问题 I just installed Eclipse 3.8 on my Mac running Mountain Lion. I had the LogCat window opened and hit minimize and it went somewhere... Now when I hit Window>Show View>Other>LogCat, my screen flickers but there is no LogCat android or anything I can see that indicates it is hidden somewhere. I tried restarting Eclipse to no avail. Here is a screen shot of my Eclipse environment. Any ideas where the window is hiding? 回答1: window > open perspective > other > DDMS on the top right corner of your

Eclipse won't recognize my android phone -> Can't debug

时间秒杀一切 提交于 2019-12-10 15:47:05
问题 All of a sudden Eclipse stopped recognizing my android device. So when I hit the Play-Button I get the following message: No compatible targets were found. Do you wish to add a new Android Virtual Device? Strangely on my device it says that USB-Debugging is connected, as soon as I plug it into my macbook. What could be the problem here? Thanks! PS: I'm using a Samsung Galaxy i5800 and a MacbookPro. 回答1: First of all you should check if your adb daemon is run (I assume you have android sdk