[android-developers] Developping android apps on Android device

2016-06-17 Thread Tor Rent
Hi guys, one question: is it possible to code/compile/link android apps on Android device ? and how ? what gui/apps do I need ? ... actually it's 6 question :P thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from

Re: [android-developers] Migrating to Android Studio

2015-01-10 Thread 'Tor Norbye' via Android Developers
Here's some more information on migration: http://tools.android.com/tech-docs/new-build-system/migrating-from-eclipse-projects As you can see if you're really migrating to Android Studio it's better to import in Android Studio than to export from Eclipse. But if you plan to continue working with

Re: [android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-07-01 Thread 'Tor Norbye' via Android Developers
of that. I think there's some discussion of this on the adt dev group. -- Tor On Tue, Jul 1, 2014 at 3:05 AM, Kostya Vasilyev kmans...@gmail.com wrote: Tor, But the redundant .feature.feature is still there in 23.0.1. I mean the Eclipse tools. This is 23.0.1: com.android.ide.eclipse.ddms

Re: [android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-07-01 Thread 'Tor Norbye' via Android Developers
On Tue, Jul 1, 2014 at 5:22 AM, Jim Graham spooky1...@gmail.com wrote: On Mon, Jun 30, 2014 at 05:20:52PM -0700, 'Tor Norbye' via Android Developers wrote: There were some packaging problems in Tools 23 where proguard and annotations.jar were missing. We've released 23.0.1 to fix that, so

Re: [android-developers] ADT/SDK 23 broken on Mac - annotations.jar

2014-06-30 Thread 'Tor Norbye' via Android Developers
There were some packaging problems in Tools 23 where proguard and annotations.jar were missing. We've released 23.0.1 to fix that, so invoke the SDK manager and install it (if necessary run Packages Reload since I think it might cache some results.) -- Tor On Mon, Jun 30, 2014 at 4:27 PM

Re: [android-developers] Re: Eclipse got bad performance after update ADT

2014-03-11 Thread Tor Norbye
What does your eclipse.ini file contain? On Mar 11, 2014 8:45 PM, Pratama Nur Wijaya set.mnemo...@gmail.com wrote: https://lh4.googleusercontent.com/-V7gGWfaQwZ4/Ux_XNUwrunI/AuY/Eq8DfBa_ZTc/s1600/Screen+Shot+2014-03-12+at+10.36.02+AM.png

Re: [android-developers] Android Studio is driving me nuts

2013-11-22 Thread Tor Norbye
in Android Studio directly (flavors); see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants. We're working on better UI support for this so you don't need to configure it in Gradle config files. -- Tor On Fri, Nov 22, 2013 at 1:48 PM, Brill Pappin br...@pappin.ca

Re: [android-developers] Re: ADT in Eclipse hangs Windows XP

2013-10-12 Thread Tor Norbye
). To give it a lot of memory to work with, try -Xmx1024m or even -Xmx2048m if you have a lot of RAM. -- Tor On Sat, Oct 12, 2013 at 10:11 AM, Yar yar...@gmail.com wrote: No, it is not only mine. I've seen really lots of reports on Stack Overflow about it. Also, I don't think it's Google

Re: [android-developers] Android Studio - Project Tree divergence from core platform tools ( is crazy !)

2013-05-21 Thread Tor Norbye
This is done as part of the new build system -- here's the talk from Google I/O last week: http://www.youtube.com/watch?v=LCJAgPkpmR0 On Tue, May 21, 2013 at 11:56 AM, Sanjay Mishra smit...@gmail.com wrote: I was baffled to find that a new Android Project created via Android Studio creates

Re: [android-developers] Android Studio - Project Tree divergence from core platform tools ( is crazy !)

2013-05-21 Thread Tor Norbye
directories and files comprise an Android project: src/ bin/ jni/ gen/ assets/ res/ raw/ libs/ AndroidManifest.xml Sanjay On Tuesday, May 21, 2013 12:01:39 PM UTC-7, Tor Norbye wrote: This is done as part of the new build system -- here's the talk from Google I/O last week: http

Re: [android-developers] gradle build with custom views

2013-04-24 Thread Tor Norbye
How are the two layout files different? On Wed, Apr 24, 2013 at 5:09 AM, Daniel Rindt daniel.ri...@gmail.comwrote: Hello, i just experienced a InflateException when i start the app which gradle builds before. The layouts use custom views: com.viselabs.core.ui.FontTextView

Re: [android-developers] icon choosing

2013-01-22 Thread Tor Norbye
Use the New wizard, and select Android Android Icon Set -- Tor On Tue, Jan 22, 2013 at 1:28 PM, bob b...@coolfone.comze.com wrote: When you create an Android app initially in Eclipse, there are all sorts of icons to choose from. But what about an existing app? Is there a way to get

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Tor Norbye
the IDE aware of where to find the SDK tools such that everything works without any complicated setup. -- Tor On Wed, Nov 28, 2012 at 2:07 PM, Piren gpi...@gmail.com wrote: My only issue with such a bundle is that it means that i have multiple instances of Eclipse on my computer, each of them

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Tor Norbye
Autocompletion in Java or in XML? On Wed, Nov 28, 2012 at 2:51 PM, Παύλος-Πέτρος Τουρνάρης p.tourna...@gmail.com wrote: The AutoCompletion is up to you to make it better or up to the Eclipse guys? On Thu, Nov 29, 2012 at 12:42 AM, Tor Norbye tnor...@google.com wrote: You don't need

Re: [android-developers] Re: Kudos to ADT package developers

2012-11-28 Thread Tor Norbye
We don't modify the general Java editor completion; you should report those issues in the Eclipse issue tracker for JDT. -- Tor On Wed, Nov 28, 2012 at 3:04 PM, Παύλος-Πέτρος Τουρνάρης p.tourna...@gmail.com wrote: In Java! On Thu, Nov 29, 2012 at 1:01 AM, Tor Norbye tnor...@google.com

Re: [android-developers] Error after uploding to ADT 21. Is this a bug?

2012-11-16 Thread Tor Norbye
Ctrl-1; that will show the available quickfixes, and there's a quickfix for this line warning which will go and clean up the line endings in the given file. -- Tor On Thu, Nov 15, 2012 at 9:06 AM, α Centauri lucasact...@gmail.com wrote: I work over windows 7 x64 eclipse Juno. All was fine until

Re: [android-developers] Not able to install ADT plugin for eclipse in Ubuntu 11.10

2012-10-21 Thread Tor Norbye
Go back to the previous screen in that wizard and make sure the checkbox for contacting all update centers is checked. -- Tor On Sat, Oct 20, 2012 at 4:20 AM, praveen10 personalid.prav...@gmail.comwrote: I am getting error while installing eclipse ADT plugin: Cannot complete the install

Re: [android-developers] Installation requires org.eclipse.wst.sse.core - how to download and install?

2012-10-21 Thread Tor Norbye
In the first page of the install wizard, make sure the Contact all update sites during the install to find required software is checked. Alternatively, download the Mobile edition which I think has all the WST components preinstalled. -- Tor On Thu, Oct 18, 2012 at 9:11 AM, dogulas doug.tay

Re: [android-developers] Re: the Welcome to Android Development window doesn't appears

2012-10-21 Thread Tor Norbye
. -- Tor On Thu, Oct 18, 2012 at 1:14 PM, Cristina Blanco cbc.cristi...@gmail.comwrote: I have the same problem. I use Ubuntu 32 bits and the same Eclipse and ADT's version. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Android SDK betas?

2012-10-17 Thread Tor Norbye
And in particular, http://tools.android.com/download/adt-21-preview On Wed, Oct 17, 2012 at 5:18 AM, RichardC richard.crit...@googlemail.comwrote: Android Tools: http://tools.android.com/ adt-dev group: https://groups.google.com/forum/?fromgroups=#!forum/adt-dev On Wednesday, October

Re: [android-developers] Latest Android ADT wizard gives wrong app name

2012-10-16 Thread Tor Norbye
The best place to file it is at http://b.android.com and mark it as a Tools bug so it gets routed to us. -- Tor On Sat, Oct 13, 2012 at 9:51 AM, Ryan Warner ken...@gmail.com wrote: Hey everyone, Forgive me if this is already well known, but I went through the wizard of the latest android

Re: [android-developers] How does the new tools: namespace work?How many elements in this namespace,how to use them?

2012-10-10 Thread Tor Norbye
used for list items in a list view, and which layout to preview for a fragment tag. -- Tor On Tue, Oct 9, 2012 at 7:58 PM, futurexiong futurexi...@gmail.com wrote: I noticed that in newer version of ADT(higher than 17) we have a new namespace prefix call tools: in Layout Editor,but I can't find

Re: [android-developers] Properties Elements Layout

2012-09-10 Thread Tor Norbye
This is fixed in ADT 21 ( https://android-review.googlesource.com/#/c/42238/) -- Tor On Fri, Sep 7, 2012 at 11:37 PM, fala70 fal...@gmail.com wrote: I installed new adt plugin 20.0.3 int layout designer are changed much things. The properties panel is nicer but also much limited.. If I

Re: [android-developers] Custom view's attributes

2012-09-04 Thread Tor Norbye
Support for code completion of custom view attributes was added in ADT 20. If you create for example the CustomView template and open the sample layout, you should see it offering attributes in the app: namespace. -- Tor On Tue, Sep 4, 2012 at 3:43 PM, Justin Anderson magouyaw...@gmail.comwrote

Re: [android-developers] Android ADT not stating on Eclipse

2012-08-29 Thread Tor Norbye
Are you running Eclipse with JDK 6 (I don't think that's the default on OSX 10.5.x) ? This article seems to suggest that you need to use 64-bit -- http://support.apple.com/kb/HT3581 -- Tor On Tue, Aug 28, 2012 at 11:50 PM, JBoy writetoenr...@gmail.com wrote: Hi all, I'm trying to install

Re: [android-developers] imac g5 ppc 12,1

2012-08-29 Thread Tor Norbye
I think the official JDK 6 from Apple requires either OSX 10.6 or on 10.5, Intel Macs (not PPC). You might be able to use the older Soylatte port which supported 32 bit ppc. https://wikis.oracle.com/display/OpenJDK/BSDPort (originally http://landonf.bikemonkey.org/static/soylatte/ ) On Tue, Aug

Re: [android-developers] eclipse juno on mac os x 10.5.8 adt plugin wont run

2012-08-28 Thread Tor Norbye
ADT doesn't have a dependency on OSX, but it does depend on JDK 6 (and Eclipse 3.6.2 or later) -- do you have JDK 6 on your system? -- Tor On Mon, Aug 27, 2012 at 7:26 PM, Errol r3whitme...@gmail.com wrote: running os x 10.5.8 with eclipse 4.2 which runs fine, but a bit slow... after

Re: [android-developers] Eclipse and ADT plugin

2012-08-24 Thread Tor Norbye
It sounds like you are trying to install ADT into a version of Eclipse older than 3.6.2 which won't work. You need 3.6.2 or higher. -- Tor On Thu, Aug 23, 2012 at 2:30 PM, The_Piper joerggrohne...@googlemail.comwrote: I try to install the ADT plugin in Eclipse and *ALWAYS* get this error

Re: [android-developers] Re: App Name appears as Activity Name

2012-08-23 Thread Tor Norbye
Please file it at http://b.android.com and use category Component-Tools . -- Tor On Thu, Aug 23, 2012 at 6:19 AM, Compguru910 compguru...@gmail.com wrote: There is a new bug that many people are running into with the new ADT where the main activities label is used for the app name in the app

Re: [android-developers] Problem with App name with new ADT plugin

2012-08-23 Thread Tor Norbye
to have their own name). I've filed http://code.google.com/p/android/issues/detail?id=36630 to track this. -- Tor On Thu, Aug 23, 2012 at 6:15 AM, Compguru910 compguru...@gmail.com wrote: So, I have managed to find a repeatable bug that alot of people are having problems with with the new

Re: [android-developers] Application package 'AndroidManifest.xml' must have a minimum of 2 segments.

2012-08-06 Thread Tor Norbye
This means that the package name declared in your manifest is a single word -- it should have at least two segments separated by a dot. On Fri, Aug 3, 2012 at 12:27 AM, tushar tusharmodak2...@gmail.com wrote: problem Application package 'AndroidManifest.xml' must have a minimum of 2

Re: [android-developers] Re: No Android in the preferences panel

2012-07-31 Thread Tor Norbye
Are you running Eclipse on JDK 1.6 or later? -- Tor On Tue, Jul 31, 2012 at 2:12 PM, ole! olub...@gmail.com wrote: Same problem exactly encountered today when I update to ADT 20. Mac OSX 1.5.8, Eclipse June, ADT 20 reinstalled everything! No go. Anyone? On Monday, July 30, 2012 8:13

Re: [android-developers] Installing ADT on Eclipse Juno

2012-07-16 Thread Tor Norbye
having it enabled makes update checks take much longer. But if you have it disabled, and you enable it, I think it might be able to find WST on its own. -- Tor On Fri, Jul 13, 2012 at 3:48 PM, marcelozep marcelopalmadenoro...@hotmail.com wrote: Hi. I´m receiving this error while trying

Re: [android-developers] Android ADT r20 Bug with Eclipse

2012-07-14 Thread Tor Norbye
It's fixed in ADT 20.0.1 which should be out soon. On Jul 13, 2012 6:41 PM, Francisco M. Marzoa Alonso fmmar...@gmail.com wrote: Its clearly a bug on last ADT update. You can safely remove those error messages either from the Problems view, or clicking on one with right button and selecting

Re: [android-developers] ADT Import Package Name Change

2012-07-13 Thread Tor Norbye
Can you file a tools bug (b.android.com) for this? On Jul 13, 2012 7:27 AM, EpsilonOrion epsilonor...@gmail.com wrote: When using Eclipse and the ADT to import an Android Project, the name of the project displayed in the project Navigator comes up package.projectname (i.e.

Re: [android-developers] I cant create a new Android Project

2012-07-01 Thread Tor Norbye
Use Android Application Project. -- Tor On Jun 30, 2012 11:05 PM, Michael pizzaands...@gmail.com wrote: Hi guys, I have a slight problem, I apologize if this is too basic a question. I am trying to use phonegap with eclipse and have installed the ADT Plugin and the android SDK. However

Re: [android-developers] Android Project not showing up.

2012-07-01 Thread Tor Norbye
Use Android Application Project. You can uncheck Create Activity on a subsequent page to make a blank project. On Jun 30, 2012 11:05 PM, Samuel EpicWin samx...@gmail.com wrote: I have installed the Android SDK and ADT Plugin for Eclipse. I do have the Android folder when I goto File-Other, but

Re: [android-developers] Formatted string and localization problem

2012-06-21 Thread Tor Norbye
it with the first parameter, and so on. With numbered arguments, one translation could do this: Dear %2$s, %1$s. (for example when the strings represent first and last names, where there are different conventions across localizations.) -- Tor On Thu, Jun 21, 2012 at 8:24 AM, Francisco M. Marzoa Alonso

Re: [android-developers] Formatted string and localization problem

2012-06-20 Thread Tor Norbye
Try string name=exception_loading_musicCouldn\'t load music file %1$s (%2$s)/string -- Tor On Wed, Jun 20, 2012 at 11:31 AM, Francisco M. Marzoa Alonso fmmar...@gmail.com wrote: Hi there, I have a l10n string that I need to format later, it looks like this: string name

Re: [android-developers] Re: Eclipse Image Bug

2012-06-18 Thread Tor Norbye
This sounds like this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=375421 Note however that we don't know how to reproduce this bug. If anyone has reproducible steps, please describe in as much detail as possible and attach to that issue. -- Tor On Sun, Jun 17, 2012 at 11:59 AM, G. Blake

Re: [android-developers] Every few hours Eclipse + ADT runs out of resources...

2012-06-18 Thread Tor Norbye
Can you try using ADT 20 Preview 3? It contains various leak fixes, such as http://code.google.com/p/android/issues/detail?id=26774 . -- Tor On Thu, Jun 14, 2012 at 11:35 AM, Nobu Games dev.nobu.ga...@gmail.comwrote: Hi I know this is an old post but I'm running across the very same

Re: [android-developers] Every few hours Eclipse + ADT runs out of resources...

2012-06-18 Thread Tor Norbye
By the way, ADT 20 Preview 3 is here: http://tools.android.com/download/adt-20-preview . We'll hopefully have a final build in the next few weeks. -- Tor On Mon, Jun 18, 2012 at 7:34 AM, Tor Norbye tnor...@google.com wrote: Can you try using ADT 20 Preview 3? It contains various leak fixes

Re: [android-developers] Android inapp billing sample: Unable to import to Eciplse

2012-06-12 Thread Tor Norbye
projects (no .project/.classpath files).) -- Tor On Tue, Jun 12, 2012 at 6:06 PM, Ahmad ahmad.mobass...@gmail.com wrote: Summery: I have down loaded, changed package name but on import to Eclipse, I get the error: No projects are found to import !? What I'm missing ? Details: I'm following Android

Re: [android-developers] Re: Someone use GridLayout (ADT-17) in v7?

2012-04-19 Thread Tor Norbye
android:layout_width=21dp === use the android namespace for width, height etc -- only use app: for the grid layout library's new resources android:layout_height=1dp app:layout_column=0 app:layout_gravity=fill_horizontal app:layout_row=0 / ... -- Tor

Re: [android-developers] android-sdk-linux/tools/lib/proguard.cfg (No such file or directory)

2012-04-12 Thread Tor Norbye
Are you sure you're really using ADT 18? This sounds like what would happen if you had a version of ADT older than 17 running along with new SDK Tools 17 or later. -- Tor On Wed, Apr 11, 2012 at 8:55 AM, zousey luc...@gmail.com wrote: I have installed freshed ADT 18.0.0 and SDK Tools, r18

Re: [android-developers] Re: Someone use GridLayout (ADT-17) in v7?

2012-04-04 Thread Tor Norbye
You need to use android.support.v7.widget.GridLayout. -- Tor On Wed, Apr 4, 2012 at 5:02 AM, Siddharth Menon siddharthme...@gmail.com wrote: Hi, So finally give GridLayout support for older version. Added GridLayout project from sdk/extras/android/support/v7/gridlayout Added this project

Re: [android-developers] View.setEnabled() Deprecated?

2012-03-23 Thread Tor Norbye
/android/issues/detail?id=27613 -- Tor On Sunday, December 6, 2009 10:32:59 PM UTC-8, Romain Guy wrote: This seems like a bug in Eclipse, View.setEnabled() is certainly not deprecated. There might be a deprecated android:enabled attribute in one of the XML tags supported by Android which could

[android-developers] intent-filter on Android 2.3 vs Android 4.0

2012-02-23 Thread Tor
I debug this? Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: Communicate with GSM modem

2012-02-23 Thread Tor
You need to read up on the Android RIL (Radio Interface Layer) if you want to communicate directly with the modem (e.g. send AT commands). But if all you want to do is send and receive SMS, you can do that using the SmsManager class. e.g.

Re: [android-developers] Google ADT plugin to Eclipse

2012-02-21 Thread Tor Norbye
It looks for lastSdkPath= in ~/.android/ddms.cfg. -- Tor On Tue, Feb 21, 2012 at 2:12 PM, sbq s...@sbqsam.com wrote: Greetings, When I install the Google ADT (http://developer.android.com/sdk/ eclipse-adt.html) into Eclipse, it automatically discovers the path to the Android SDK. How

Re: [android-developers] eclipse XML formatting not working

2012-02-13 Thread Tor Norbye
uncheck the option above, it will just use the default Eclipse XML formatter instead. -- Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group

Re: [android-developers] eclipse XML formatting not working

2012-02-13 Thread Tor Norbye
On Mon, Feb 13, 2012 at 8:27 AM, John Goche johngoch...@googlemail.comwrote: On Mon, Feb 13, 2012 at 4:48 PM, Tor Norbye tnor...@google.com wrote: Go to Preferences - Android - Editors and uncheck the first option (Format XML files using the standard Android XML style rather than

Re: [android-developers] No resource identifier found for attribute 'tabLayout' in package 'android'

2012-01-27 Thread Tor Norbye
The file public.xml in the same folder defines which attributes are API. -- Tor On Fri, Jan 27, 2012 at 6:13 PM, Grantland grantlandc...@gmail.com wrote: Is there any reason that the attribute android:tablayout isn't publicly available? I can find it in the source here: https://github.com

Re: [android-developers] Why isn't layoutopt in my sdk?

2011-12-31 Thread Tor Norbye
to get the training docs updated. -- Tor -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- You received this message because you

Re: [android-developers] Proguard.cfg error won't go away on newest updates.

2011-12-19 Thread Tor Norbye
at b.android.com . -- Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Re: Proguard.cfg error won't go away on newest updates.

2011-12-19 Thread Tor Norbye
=23196 to track this. -- Tor On Mon, Dec 19, 2011 at 10:04 AM, Nathan critter...@crittermap.com wrote: On Dec 19, 9:57 am, Kostya Vasilyev kmans...@gmail.com wrote: Have you tried selecting the error marker in the Problems view and pressing Delete? I have now and it helped. I didn't know

Re: [android-developers] Palette problem

2011-11-29 Thread Tor Norbye
the temptation to just pick a default text field and fail to initialize a particular input type. -- Tor On Mon, Nov 28, 2011 at 6:30 PM, Ekram ekram.moha...@gmail.com wrote: Hello everyone I am new to android programming, and i have little problem concerning the Palette in the ADT plugin

Re: [android-developers] wysiwug editor in eclipse?

2011-11-22 Thread Tor Norbye
Install ADT: http://developer.android.com/sdk/eclipse-adt.html -- Tor On Mon, Nov 21, 2011 at 3:49 PM, g...@deanblakely.com g...@deanblakely.comwrote: I'm watching this video android Development tools where they show a cool wysiwug eclipse editor running on a MAC. My eclipse on my windows

Re: [android-developers] Re: RelativeLayout not working in ADT 14

2011-10-31 Thread Tor Norbye
We're tracking this issue in http://code.google.com/p/android/issues/detail?id=21230 -- Tor On Mon, Oct 31, 2011 at 7:00 AM, arnouf arnaud.far...@gmail.com wrote: The editor seems to have a bug. You create RL with 2 buttons inside, one below the other. The second is over the first

Re: [android-developers] Eclipse crashes when open layout designer

2011-10-24 Thread Tor Norbye
When the VM itself crashes that's a Java bug -- it looks like you're running Java 1.5.0_06 -- you might want to update to a newer version (such as Java 1.6.0_29). -- Tor On Mon, Oct 24, 2011 at 4:15 AM, ya3qoob eng.osama.yacc...@gmail.com wrote: I have a problem with eclipse, Whenever i try

Re: [android-developers] Space widget in ADT Graphical Layout

2011-10-23 Thread Tor Norbye
to not hide them in that mode; I'll change that. But note that the ADT 14 support is incomplete and has many remaining issues so it's not ready for primetime yet and that's why it's not really mentioned anywhere yet. -- Tor On Sun, Oct 23, 2011 at 8:43 AM, Taf neild...@gmail.com wrote: Hi, I was just

Re: [android-developers] Eclipse Android Graphical Layout is not giving the options on properties window

2011-10-03 Thread Tor Norbye
). If you're -already- using ADT 14 and you're still seeing this, can you file a bug on b.android.com with as much information as possible? -- Tor On Mon, Oct 3, 2011 at 7:04 AM, Pablo Fernandes pabl...@gmail.com wrote: Hello fellows Eclipse Android Graphical Layout is not giving the options

Re: [android-developers] How do I develop a Eclipse plugin on top of google's ADT?

2011-09-29 Thread Tor Norbye
in internal packages which can change incompatibly from release to release.) -- Tor On Thu, Sep 29, 2011 at 2:14 PM, Carl Lee ljbha...@gmail.com wrote: I think it will be nice to modify or enhance google's ADT, since Eclipse's plugins are almost all written in Java and in Eclipse. For example

Re: [android-developers] How do I develop a Eclipse plugin on top of google's ADT?

2011-09-29 Thread Tor Norbye
Oh yes, Mark is right -- I was referring to the adt-dev group when I said this alias, *not* the android-developers alias. -- Tor On Thu, Sep 29, 2011 at 2:19 PM, Mark Murphy mmur...@commonsware.com wrote: I'd start off by joining the adt-dev Google Group and asking there, as that's the list

Re: [android-developers] no XML code formatting options in eclipse classic?

2011-09-16 Thread Tor Norbye
This is coming in the next version of the ADT plugin (not yet released). See http://tools.android.com/recent/xmlformatter (and for other XML editing improvements, also see http://tools.android.com/recent/xmleditingimprovements -- Tor On Fri, Sep 16, 2011 at 3:31 PM, John Goche johngoch

Re: [android-developers] Re: word wrapping

2011-09-13 Thread Tor Norbye
He's probably asking about soft wrapping. Eclipse does not support it directly; see https://bugs.eclipse.org/bugs/show_bug.cgi?id=35779 (though from a quick skim it looks like there might be some support in the framework and some plugins to enable it.) -- Tor On Tue, Sep 13, 2011 at 1:28 PM

Re: [android-developers] Re: Graphical layoutt

2011-09-02 Thread Tor Norbye
to deal with. Try a Project Clean as well. -- Tor On Fri, Sep 2, 2011 at 12:49 AM, ikki_fenix piltzin1...@gmail.com wrote: Oh thanks Now, It works fine!!! thanks!!! But I have two problems more, in the log file appears the next two messages: First: Failed to load properties file

Re: [android-developers] Graphical layoutt

2011-09-01 Thread Tor Norbye
file a bug on b.android.com with as many details as possible. -- Tor On Thu, Sep 1, 2011 at 2:28 AM, ikki_fenix piltzin1...@gmail.com wrote: Hello, I'm a newbie android developer and I have a problem with the graphical layout on Eclipse. When I try to put a button, i can't put anywhere

Re: [android-developers] AbsoluteLayout

2011-08-30 Thread Tor Norbye
that it's best not to ignore. -- Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

Re: [android-developers] ADT - Unable to add widget to layout/Unexplainable crashes

2011-08-18 Thread Tor Norbye
/android/issues/detail?id=19057 (which sadly we don't know the cause of yet) -- Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Re: ADT - Unable to add widget to layout/Unexplainable crashes

2011-08-18 Thread Tor Norbye
. Can you send me (no need to CC the group) those NPE's? Depending on what they are we might be able to code defensively against some assumptions we may have made. -- Tor On Aug 18, 10:08 am, Tor Norbye tnor...@google.com wrote: On Wed, Aug 17, 2011 at 7:11 PM, bsanders1979 briansanders1

Re: [android-developers] Re: Android source line numbers in stack trace

2011-08-06 Thread Tor Norbye
going to be something in your own code. On the other hand, bugs exist and sometimes peeking at the library source code can help you realize the problem more quickly, especially if it's an illegal state issue rather than just an illegal argument issue. --Tor -- You received this message because

Re: [android-developers] Re: Android source line numbers in stack trace

2011-08-05 Thread Tor Norbye
. -- Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

Re: [android-developers] Custom RatingBar Implementation

2011-08-02 Thread Tor Norbye
See the solution listed in http://code.google.com/p/android/issues/detail?id=18659 (and in particular see Xav's comment, #8). -- Tor On Tue, Aug 2, 2011 at 12:10 PM, Saulo Aguiar sauloaguia...@gmail.com wrote: Hi all, i followed this article Pretty Rating Bar and it's working fine when i

[android-developers] Intent filter changed on Android 3.2?

2011-07-20 Thread Tor
Hello, I have an app that triggers on YouTube URLs, and it worked as designed until Android 3.1. Does anyone know what happened in 3.2 that prevents my app from launching? (I can't see any changes regarding intent- filters in the 3.2 documentation..) Kind regards, Tor -- You received

[android-developers] Re: Intent filter changed on Android 3.2?

2011-07-20 Thread Tor
reported this anomaly. Tor On Jul 20, 9:14 am, Dianne Hackborn hack...@android.com wrote: YouTube still works and it hasn't been changed as far as I know, so I'm not sure what could be impacting that.  The IntentFilter matching rules certainly weren't changed in 3.1. On Tue, Jul 19, 2011

Re: [android-developers] Re: Eclipse Layout Editor news

2011-06-22 Thread Tor Norbye
; and if it isn't, please file bugs! http://tools.android.com/recent/revampedrelativelayoutsupport http://tools.android.com/download -- Tor On Wed, Jun 22, 2011 at 6:52 PM, Xavier Ducrohet x...@android.com wrote: Someone has filed a bug for this a couple of weeks ago. It seems to be broken. We'll look

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Tor Norbye
. -- Tor On Sun, Jun 19, 2011 at 10:44 AM, Simon Platten simonaplat...@googlemail.com wrote: I am trying to create a layout using the TabHost and TabWidge views as described here: http://developer.android.com/resources/tutorials/views/hello-tabwidget.html My XML so far looks like

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Tor Norbye
or Android 3.1 as the rendering target. As soon as the new layout library ports are done this will work with older rendering targets as well. -- Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Tor Norbye
, but that doesn't mean that the layout library is used by the SDK itself, only that we need to have one version of the layout library per SDK to ensure that each layout library renders the layout using the layout code and themes and resources exactly the way they appear in that SDK. -- Tor -- You received

Re: [android-developers] TabHost and TabWidget ?

2011-06-20 Thread Tor Norbye
consequences so don't do that just to deal with this bug.) -- Tor On Sun, Jun 19, 2011 at 12:44 PM, Simon Platten simonaplat...@googlemail.com wrote: I am trying to create a layout using the TabHost and TabWidge views as described here: http://developer.android.com/resources/tutorials/views/hello

Re: [android-developers] debugging in eclipse and CONFIRM keyword???

2011-06-16 Thread Tor Norbye
The property sheet bug is a bug specific to Eclipse 3.6.2. In other versions of Eclipse, it should just work, and in ADT 12 we've added a workaround for 3.6.2 as well. You can download a preview build from http://tools.android.com/download/ . -- Tor On Wed, Jun 15, 2011 at 9:23 PM, jesb budiat

Re: [android-developers] ListView and GridView Rendering

2011-06-15 Thread Tor Norbye
than the currently stable release. I guess we should try to make the error message clearer. -- Tor On Tue, Jun 14, 2011 at 11:22 PM, Romain Guy romain...@android.com wrote: It probably works with Android 3.x (API level 11 and up) only. On Tue, Jun 14, 2011 at 11:19 PM, oriharel ori.ha

Re: [android-developers] The following classes could not be found: fragment

2011-05-26 Thread Tor Norbye
In the I/O demo we were showing a snapshot build of ADT 11. It hasn't been released yet, but you can download a milestone build from http://tools.android.com/download And yes, that milestone build contains the new fragment support which is documented here: http://tools.android.com/recent/ -- Tor

Re: [android-developers] Re: eclipse/sdk combo crash

2011-04-20 Thread Tor Norbye
was empty, which doesn't happen with the XML templates. -- Tor On Fri, Apr 15, 2011 at 6:46 PM, Lei Gao ray.lei@gmail.com wrote: Hi Tor, Have you tried reproducing the problem in a Mac OS X? I am using a MacBook and I met the same problem. What I did is like the following: 1. Create a new

Re: [android-developers] Re: eclipse/sdk combo crash

2011-04-09 Thread Tor Norbye
On Fri, Apr 8, 2011 at 12:06 PM, Dustin r.dustin.l...@gmail.com wrote: Tor, Thanks for the input.  I was not aware of the New Android XML File wizard.  I was just creating a new folder called Menu and then placing a new xml inside it called menu.xml.  After trying the wizard, everything seems

Re: [android-developers] Re: eclipse/sdk combo crash

2011-04-08 Thread Tor Norbye
are some instructions on how to obtain a stack trace - http://wiki.eclipse.org/How_to_report_a_deadlock (but *don't* file a bug in the Eclipse bug tracker as stated in that document; instead use http://b.android.com ). -- Tor On Thu, Apr 7, 2011 at 2:28 PM, Dustin Lane r.dustin.l...@gmail.com wrote

Re: [android-developers] Where is the source code of ADT

2011-04-04 Thread Tor Norbye
The source code for ADT is here: http://android.git.kernel.org/?p=platform/sdk.git;a=summary See http://source.android.com/source/download.html for instructions on how to get the source, and see http://tools.android.com/build for instructions on how to build the ADT. -- Tor On Sat, Apr 2, 2011

Re: [android-developers] Where is the source code of ADT

2011-04-04 Thread Tor Norbye
build contains some of the stuff listed there, you're good to go. But really, if you synced to the git repository listed on the page I linked to, you should have everything. We develop the tools directly against the public git repository. -- Tor On Mon, Apr 4, 2011 at 1:54 PM, 单文煜 birb

Re: [android-developers] Properties View

2011-03-30 Thread Tor Norbye
. -- Tor On Tue, Mar 29, 2011 at 1:20 PM, Slicc steven.liccia...@gmail.com wrote: I don't seem to be seeing any properties in the Properties View, I select a TextView in the Graphical Layout, but the Properties View is not populated with any of the available properties. I am using Eclipse 5.6.2

Re: [android-developers] Re: java.lang.NullPointerException encountered while running Android Pre Compiler.

2011-03-07 Thread Tor Norbye
ADT 10 requires Eclipse 3.5 or later. -- Tor On Mar 7, 2011 9:01 PM, Nathan critter...@crittermap.com wrote: I'd like to try it, but there isn't Help Install New Software... menu item on my eclipse. It seems to want only repositories, not zips. This is on Eclipse 3.4 in Windows. I'll try

Re: [android-developers] ADT 10.0.0 Issues

2011-03-02 Thread Tor Norbye
On Wed, Mar 2, 2011 at 2:13 AM, Markus Junginger mar...@greenrobot.de wrote: Thanks for the information, it's nice to see the ongoing effort and the increased development speed in the last months. :) I attached the thread dump, Tor requested. Hope it helps. Unfortunately

Re: [android-developers] ADT 10.0.0 Issues

2011-03-01 Thread Tor Norbye
checked in since ADT 10 (though it's missing updates for the last couple of weeks - we've been working on some larger tasks.) -- Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

Re: [android-developers] Saving layout file is very slow with Eclipse / ADT

2011-02-19 Thread Tor Norbye
Do you mean that the IDE is -blocked- for 20-30 seconds, or that there is some background activity for a while after saving? 20-30 sounds abnormally large. How large is your project (rough number of files) ? Are there errors in your log? (Go to Window Show View Error Log) -- Tor On Sat, Feb

Re: [android-developers] Re: Development Tools Crashing

2011-02-07 Thread Tor Norbye
to enable debug information. -- Tor On Mon, Feb 7, 2011 at 11:45 AM, Evan Ruff evan.r...@hendersonsawmill.com wrote: Seni, I can verify that I am getting the same behavior. First load it bombs out. Second load it complains about the Theme. Still working on removing the platforms... E On Mon

Re: [android-developers] Android Layout Editor for 'Honeycomb (Preview)' issue with color values: Exception thrown in Eclipse.

2011-02-04 Thread Tor Norbye
by the Alpha-Red-Green-Blue information in one of the following formats: -- Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Intent filter question

2010-12-24 Thread Tor
regards, Tor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: Intent filter question

2010-12-24 Thread Tor
                                        android:scheme=http                                         android:host=*                                                 android:pathPattern=.* \\.prf\\.xml That is excellent! Thank you! Tor -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: layout editor in 2.3 SDK sucks! Sorry but it does.

2010-12-22 Thread Tor Norbye
http://tools.android.com/recent for more details. As always, please report bugs (and preferably in the issue tracker at b.android.com rather than here.) -- Tor On Dec 19, 10:12 pm, Eong eong.c...@gmail.com wrote: You shouldn't remove the up/down add/remove buttons from outline, it's very

Re: [android-developers] Re: ADT 9.0.0 preview

2010-12-16 Thread Tor Norbye
in the file. -- Tor On Thu, Dec 16, 2010 at 5:07 AM, Kostya Vasilyev kmans...@gmail.com wrote: Thank you, this worked great! 16.12.2010 16:02, Jake Basile пишет: This is an option in the Eclipse XML formatter. Open your preferencesXMLXML FilesEditor and turn on split multiple attributes each

  1   2   >