[android-developers] Having trouble making a simple UDP app.

2016-05-20 Thread Julian Puppo
Im trying to make a single UDP app in android studio. Whenever I run the app and press the button the app crashes. Im using Datagram object to make it. My code seems to be alright but I don´t know where the mistake is. ITS DRIVING ME CRAZY please, help me. This is the main activity page :

Re: [android-developers] Re: Audio recording problem - fake sample rate

2016-02-09 Thread Julian Bunn
adio there are ways to invert the audio spectrum if the > detection carrier is set on the wrong side of the signal. But why would > things return to normal for tones well away from 4000 Hz? > > -Robert Scott > Hopkins, MN > > > On Tuesday, February 2, 2016 at 12:41:32 PM UTC-6, Ju

Re: [android-developers] Re: Audio recording problem - fake sample rate

2016-02-09 Thread Julian Bunn
two > data streams to realize noise cancellation. This might be some artifact of > that operation. > > -Robert Scott > Hopkins, MN > > On Tuesday, February 9, 2016 at 1:20:12 PM UTC-6, Julian Bunn wrote: >> >> That is very curious! Are you using the "VOICE_RECO

Re: [android-developers] Re: Audio recording problem - fake sample rate

2016-02-09 Thread Julian Bunn
AGC. > > -Robert Scott > Hopkins, MN > > On Tuesday, February 9, 2016 at 5:29:00 PM UTC-6, Julian Bunn wrote: >> >> I think that you should perhaps use the VOICE_RECOGNITION stream which is >> *supposed* to be devoid of filtering and AGC etc.. >> >> >

Re: [android-developers] Re: Audio recording problem - fake sample rate

2016-02-02 Thread Julian Bunn
ne > of these failing devices go to piano and play the highest "B". That is > usually about 4019 Hz. If the device is failing as I predict, there should > also be an indication of a tone at 3981 Hz. > > Robert Scott > Hopkins, MN > > On Sunday, January 31, 2016 at 1:39

[android-developers] Re: Audio recording problem - fake sample rate

2016-01-31 Thread Julian Bunn
tone above 4000 Hz and analyze > with an FFT and look for aliasing below 4000 Hz, everything will appear > fine. Again this only happens on a very few models - specifically the LG > G3 and the Asus Nexus 7. > > On Wednesday, January 27, 2016 at 10:57:45 AM UTC-6, Julian Bunn wrote: >>

[android-developers] Re: Audio recording problem - fake sample rate

2016-01-27 Thread Julian Bunn
tion app, but I do not have a failing > device at my disposal. Only a few devices are failing, and they are all > owned by my customers. I can't ask too much of them in the way of > debugging help. > > > On Friday, January 15, 2016 at 1:34:15 AM UTC-6, Julian Bunn wrote: >

[android-developers] Re: Audio recording problem - fake sample rate

2016-01-14 Thread Julian Bunn
re "remote insight" for you? Julian On Wednesday, December 23, 2015 at 9:52:37 AM UTC-8, Robert Scott wrote: > > I first call *AudioRecord.getMinBufferSize(22050...* If this returns an > error (<1) then I call *AudioRecord.getMinBufferSize(44100...* Whichever >

[android-developers] Re: Audio recording problem - fake sample rate

2016-01-14 Thread Julian Bunn
Make sure you are sizing the buffers correctly i.e. respecting the minimum recording buffer size (in bytes) required. If you don't then I believe the system will drop you down to 8kHz sample rate, which is what you are seeing (I think?). On Wednesday, December 23, 2015 at 9:52:37 AM UTC-8,

[android-developers] Problem running mksdcard

2016-01-07 Thread julian . miras
s 7, 64bits. - Using Android SDK Tools 24.4.1 Any help would be really appreciated! Thanks so much! Julian. D:\opt\android\sdk\tools>mksdcard 100M image.img Invalid argument size '100M' mksdcard: create a blank FAT32 image to be used with the Android emulator usage: mksdcard [-l label]

[android-developers] Re: alpha testing in-app billing, error "This version of the application is not configured for billing..."

2015-12-19 Thread julian
, like in-app billing. So "adb shell'ing" the latest release version onto your device will result in the Error. Hope this theory helps On Saturday, December 19, 2015 at 9:19:10 AM UTC, julian wrote: > > Hei, > > Problem: I get the Error "This version of the application is no

[android-developers] Re: InAppPurchase: Consumption Request to Google Play

2015-12-19 Thread julian
Hei, I assume you will use IABv3. Early in your code, in a billing activity, you will create a android.vending.billing.helper.IabHelper: public abstract class PurchaseActivity extends AppCompatActivity implements OnIabSetupFinishedListener, OnIabPurchaseFinishedListener,

[android-developers] Re: Tax 1099-K's are NOT correct

2014-02-14 Thread Julian Bunn
The 1099-K amount is the gross amount: what is received by you the developer is 70% of that. If I multiply my 1099-K amount by 0.7 it matches what Google paid me in 2013 pretty closely. AFAIK the taxable income is the amount you received, not the 1099-K amount. On Tuesday, February 11, 2014

Re: [android-developers] Not Licensed for this country when paid app used in another country?

2013-10-24 Thread Julian Bunn
Sure: it's an app called AudioTool for making sound measurement. On Wednesday, October 23, 2013, Mukesh Srivastav wrote: can we have detail about the app, like type of app at-least to know ? On Thu, Oct 24, 2013 at 5:22 AM, Julian Bunn jjb...@gmail.comjavascript:_e({}, 'cvml', 'jjb

Re: [android-developers] Re: Not Licensed for this country when paid app used in another country?

2013-10-24 Thread Julian Bunn
The customer installed and used the app in Australia, traveled to the USA (where he received the error), then traveled back to Australia where it started to work again, no error. The app is marked for all countries, and indeed most of my customers are in the USA. Julian On Thu, Oct 24, 2013

[android-developers] Not Licensed for this country when paid app used in another country?

2013-10-23 Thread Julian Bunn
One of my paid app users, who bought the app in Australia, travelled to the USA and tried to use the app there. When the app was started he received the message Not Licensed for this country, and was unable to use it! Is this a known limitation? Any guesses as to what is going on here?

Re: [android-developers] Re: Application mistakenly published

2013-07-08 Thread Julian
-developers/OhnHipEchPc/unsubscribe . To unsubscribe from this group and all its topics, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Julian Reyes Escrigas Desarrollador PHP Semi Senior teléfono celular: (301

Re: [android-developers] Re: Application mistakenly published

2013-07-08 Thread Julian
://groups.google.com/groups/opt_out . -- Julian Reyes Escrigas Desarrollador PHP Semi Senior teléfono celular: (301) 4867522 -- -- 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

[android-developers] Re: Some tablets marked as Incompatible in Play Store, but not in Developer Console

2013-05-22 Thread Julian Bunn
. I don't think that the supports-screen element is necessary - tablets are supported without explicitly using that element. My conclusion is that there is a change or problem in the Play Store. Julian On Tuesday, May 21, 2013 1:23:34 AM UTC-7, Rudolf Hornig wrote: Oh and probably you need

[android-developers] Re: Some tablets marked as Incompatible in Play Store, but not in Developer Console

2013-05-22 Thread Julian Bunn
is that the problem is in the Play Store, but I'd love to be wrong, because then I could fix it myself! Julian On Monday, May 20, 2013 10:41:46 AM UTC-7, Jonathan S wrote: Problem is Android 2.2 SDK build. You can built it on 4.0 and keep minimum API level. Just be very careful

Re: [android-developers] Retrieval of phone# inhibited by an app

2013-04-29 Thread Julian Ordoñez
Always sim cards have a phone number so if yo want to retrieve your phone number you have to make a call to the telephone phone provider and thus obtain the number ... for example in my country i may obtain my phone number with *#595# and when i call that number i obtain my phone number. However

[android-developers] Re: Access denied error while trying to install new API

2012-07-10 Thread Julian Deeg
yes Am Mittwoch, 14. Dezember 2011 22:26:17 UTC+1 schrieb Uday (Dave): Hi, I have installed the android sdk 16 on my Windows7 machine I have installed the Android2.1 API initially without any glitch. But then again when I try to install the other APIs using the SDK manager, it gives me:

[android-developers] RenderScript carousel example

2012-05-15 Thread Julian Cardona
hi, i found the carousel example that works on google music at thi link : http://code.google.com/p/android-ui-utils/downloads/detail?name=CarouselExample.zipcan=2q= but the problem is that this code only works on honeycomb and above but the one that is on google music works on 2.2 and 2.3, so i

[android-developers] Re: Unable to resume activity:{...} Java.lang.Nullpointer exception

2012-05-11 Thread julian Garcia
hi my friend! I have exactly the same problem, but my case is to try to run the MediaStore.ACTION_IMAGE_CAPTURE intent, the system can not resume onActivityResult and generates the following error: Unable to resume activity {}: java.lang.RuntimeException: Failure Delivering ResultInforesult

[android-developers] As close my android application

2012-04-22 Thread julian Garcia
I need to know how I can close my android application and all its activities . Any ideas that might help me do this? thank you very much -- 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: Problem loading HTML file from android_asset in Browser

2012-02-05 Thread Julian Bunn
Thanks, everyone. I went with WebView in the end, and it works nicely. On Feb 4, 1:02 pm, Mark Murphy mmur...@commonsware.com wrote: On Sat, Feb 4, 2012 at 3:57 PM, Julian Bunn jjb...@gmail.com wrote: Thanks, Mark - now I understand what is going wrong. I suppose if the help file were

[android-developers] Re: Problem loading HTML file from android_asset in Browser

2012-02-04 Thread Julian Bunn
Thanks, Mark - now I understand what is going wrong. I suppose if the help file were on the sdcard it would work. Is there a recommended way of showing a help file in assets from within an app - I've searched around and can't find anything appropriate. Using WebView seems like overkill. Julian

[android-developers] Problem loading HTML file from android_asset in Browser

2012-02-03 Thread Julian Bunn
this incorrectly? Thanks! Julian -- 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

[android-developers] Valid use case for AbsoluteLayout?

2011-12-12 Thread Julian
I'm building an app that includes photo tagging. In order to display the tags on a tagged photo, I was looking for a layout that could absolute position the tags over the image and allow them to be clickable, etc. Naturally, my first instinct was to look at AbsoluteLayout (I'm trying to absolute

[android-developers] Re: Valid use case for AbsoluteLayout?

2011-12-12 Thread Julian
Because too many developers would misuse it if it wasn't. Instead of using a FrameLayout just make a copy of AbsoluteLayout in your application. Does that mean it WILL be removed from the SDK at some point then? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Valid use case for AbsoluteLayout?

2011-12-12 Thread Julian
Also, there are many different parts of the SDK that CAN be misused: nesting too many LinearLayouts together, running blocking operations on the UI thread, loading large bitmaps into memory, etc. What makes AbsoluteLayout different in particular? -- You received this message because you are

[android-developers] Google Analytics OutOfMemoryError

2011-09-27 Thread Julian
Hi all, I was recently getting a lot of crashes from Google Analytics on an LG Revolution that appeared very similar to the crashes detailed in these threads: http://groups.google.com/group/android-developers/browse_thread/thread/77c71953388f6ab1

[android-developers] Different Package Name for Development Builds in Eclipse

2011-08-29 Thread Julian Brost
I'm quite new to Android development but now my first app is getting closer to a somehow working state. But I want my normal phone for development which causes one problem: I can't use a stable version of my app while I'm developing. Now I'm wondering if there is an easy way in Eclipse to use

[android-developers] System misreporting free system memory?

2011-08-10 Thread Julian
Hey all, We've just finished a launch and we're getting sporadic reports of our app detecting far less free memory on the working drive than the system itself reports. On our test devices we're not seeing this, but on some user devices they're getting reports of ~7mb free, while the system

Re: [android-developers] Which Reference System is used by the Google Maps Api

2011-05-05 Thread Julian
Anyone? 2009/11/25 Mathias mathias.menningh...@googlemail.com Hi, which Spatial Reference System is used by the Google Maps API and in which Reference System are the GPS coordinates to be received by a LocationProvider? I only can assume that the Location Services use WGS84, or EPSG:4326.

[android-developers] Programmatically determine device RAM

2011-02-18 Thread Julian
Hey all, I haven't been able to find any calls that can determine the amount of ram on a device. I should note that I'm not looking for something that has to do with allocated memory, available memory, or anything that is at all dynamic -- simply something that's going to give you the amount of

[android-developers] Re: Programmatically determine device RAM

2011-02-18 Thread Julian
it. On Fri, Feb 18, 2011 at 8:21 PM, Julian lepin...@gmail.com wrote: Hey all, I haven't been able to find any calls that can determine the amount of ram on a device. I should note that I'm not looking for something that has to do with allocated memory, available memory, or anything

Re: [android-developers] Re: AutoCompleteTextView doesn't work with android:style/Theme.Light

2011-02-14 Thread Julian
Still on 2.2. 2009/12/18 Marcus marcus.ter...@gmail.com The same on my Motorola Milestone (german Droid) with still 2.0 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Eclipse ADT update ruins XML layout files development

2011-01-03 Thread Julian
Try the preview version of adt 9, it has the up and downs arrows. http://tools.android.com/download 2011/1/3 sisko adeod...@gmail.com I am a beginner and I am having trouble getting accurate results hand- coding the XML but I will give it a shot. Thanks. On Jan 4, 1:45 am, John Lussmyer

Re: [android-developers] Re: the new eclipse UI design - absolute frustration and waste of time

2010-12-31 Thread Julian
I think the adt is going backwards, the GUI designer is a waste of time, drag and drop just does not work properly, we just need the up and down arrows back! 2010/12/31 Bob Kerns r...@acm.org Actually, I find the huge properties menu to be an improvement over the old properties view (which is

Re: [android-developers] Re: Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-08 Thread Julian
Also de up and down arrows. Another thing, Where is the fill_parent option? 2010/12/8 Prashast prash...@gmail.com At first I thought its because of a wrong view being opened but looks like they have removed the +, - and arrows. While working with a complex layout dragging the views just

Re: [android-developers] Eclipse ADT 8.0.0 (and 8.0.1) problem - can't create views hierarchy with drag and drop in the Outline view

2010-12-08 Thread Julian
Hi, It would be great if the shapes don't break the entire layout, for example, I frequently use rounded shapes for my tablerows, but I can't apply them till the end because they can't be displayed/rendered in the layout editor. Same thing for TabActivities where the content of each tab is

Re: [android-developers] For Google about BaseAdapter class

2010-11-16 Thread Julian
Hi, I guess Robert is right since my code look like this (inside an AsyncTask), but the exception appears from time to time, not always but enought for being annoying. int i=0; do { Plan aux= new Plan((SoapObject)itemsSeccion.getProperty(i)); planes.add(aux); publishProgress(); i++;

[android-developers] Re: Anybody experiencing a boost in sales since opening up to other countries?

2010-10-07 Thread Julian Bunn
I saw a temporary boost over a few days, then a plummet ... to below the previous levels. What's going on?! On Oct 6, 4:54 pm, JonFHancock jonfhanc...@gmail.com wrote: Since the market opened in more countries a few days ago, I've seen a nice boost of about 20-40 sales per day.  At first I

[android-developers] Device support for audio rates, encodings and channels

2010-09-16 Thread Julian Bunn
I've observed that Android devices differ (sometimes radically!) in what audio rates and encodings they support, as well as the number of channels (mono/stereo). In my freeware app SoundForm (a signal generator) I have gone to some lengths to try to set the audio system up with a combination of

[android-developers] Re: Cam picture 'bigger' then preview

2010-08-17 Thread Julian
I don't know if there's a rule of thumb to follow here, but I know that when I get a number of possible preview sizes listed (such as 640x480, 720x480, 800x480) all sizes that don't match the aspect ratio of the picture (i.e. 4:3) seem to get cropped. In practice I've found that (with the sizes

[android-developers] Re: refresh gallery after saving photo in android

2010-06-30 Thread Julian
Well, for starters most of the code samples include file:// before the path in Uri.parse, so you might want to add that. That said, I'm not having much luck forcing a rescan of a particular folder on the SD card... On Jun 7, 1:19 am, Andy Triboletti andy.tribole...@gmail.com wrote: Hi, I have

[android-developers] Re: Media.insertImage locked to heavy compression

2010-06-29 Thread Julian
, ) to insert your image into the database/content-provider. When inserting, you can create a ContentValues name-value pair with MediaStore.MediaColumns.DATA for the name and the fully qualified file- path to the image for the value. On Jun 20, 11:16 pm, Julian lepin...@gmail.com wrote: So from

[android-developers] Media.insertImage locked to heavy compression

2010-06-21 Thread Julian
. As an aside: are there any problems with a developer creating their own file/folder structure under DCIM? Is this frowned upon? Thanks for any thoughts, Julian -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Media.insertImage locked to heavy compression

2010-06-21 Thread Julian
I've done some tests with the insertImage call and it looks like it hard coded to always use a high rate of compression. In my tests I took a 3000x2000 pixel image, which is ~6MB as a jpeg at max quality, and passed the file path in to insertImage. The image that was saved to the phone's DCIM

[android-developers] RadioGroup over two columns or rows?

2010-05-15 Thread Julian Bunn
I create a set of RadioButtons in a RadioGroup on the fly (no XML), and would like to arrange them in either two columns or two rows - right now they are in a single column. I could of course create two sets of RadioButtons, and place each in a different RadioGroup view, but presumably then I

[android-developers] AlertDialog and keyboard open configuration change

2010-05-06 Thread Julian Bunn
if it was, it's not clear to me what I would need to do to avoid the AlertDialog from disappearing! I'd be grateful for some advice :-) Julian -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: AlertDialog and keyboard open configuration change

2010-05-06 Thread Julian Bunn
???); } } }; How do I assign or retrieve the id of the Dialog created by AlertDialog.Builder? Thanks! On May 6, 12:13 pm, TreKing treking...@gmail.com wrote: On Thu, May 6, 2010 at 1:28 PM, Julian Bunn jjb...@gmail.com wrote: And, even if it was, it's not clear to me what I

[android-developers] Re: AlertDialog and keyboard open configuration change

2010-05-06 Thread Julian Bunn
trouble. On May 6, 2:29 pm, TreKing treking...@gmail.com wrote: On Thu, May 6, 2010 at 3:53 PM, Julian Bunn jjb...@gmail.com wrote: How do I assign or retrieve the id of the Dialog created by AlertDialog.Builder? The dialog itself does not have an ID - it's for th Activity to map

[android-developers] several potential first activities - searching best practice advice

2010-04-13 Thread Julian
for the application (if possible) and let the service decide which activity to load, or b) set the menu as an entry point, then load the service in onCreate, and decide in onCreate which activity to show, and load the activity, or c) something else hope i could make myself clear, thanks in advance, Julian

[android-developers] Google Maps

2010-02-26 Thread Julian
Does each Android phone have a GPS installed inside it or does it use the location by accessing the cells where your phone is located? -- 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] MD5 Fingerprint

2010-02-26 Thread Julian
I am trying to get the MD5 Fingerprint to sign my applications. In the command prompt I inserted the following: $ keytool -list -alias androiddebugkey \ -keystore path_to_debug_keystore.keystore \ -storepass android -keypass android but I got the following error: '$' is not recognized as an

[android-developers] Android Database

2010-02-25 Thread Julian
I am trying to create an application that reads information from a database on a separate server(not the android phone). Does anyone have any information on how to create a database connector class? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Android SDK for Windows 7

2010-02-24 Thread Julian
I have recently began developing for smartphones and I am extremely interested in developing for Android. The only problem is that I have Windows 7 on my computer. Is there any way I can install Eclipse and Android SKD? or do I have to install Windows Vista or XP on my computer? -- You

Re: [android-developers] Button Bar

2009-12-09 Thread Julian Chu
://groups.google.com/group/android-developers?hl=en -- Julian Chu. a.k.a. WalkingIce -- 會走路的冰塊 http://walkingice.twbbs.org 只放拖鞋的鞋櫃 -- 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] Re: Is status bar an activity?

2009-11-18 Thread Julian Chu
occupied activities.Because status bar is belong to home screen ,it can be seen by user from any activity.That is nothing new activities are partially occupying the window. And one more doubt is can we update any activity's widgets status even though that activity is not running. -- Julian Chu

Re: [android-developers] Re: How to build a project in Android sources seperately?

2009-11-18 Thread Julian Chu
this On Nov 17, 11:40 am, Julian Chu walking...@0xlab.org wrote: checkout the android source tree, build from scratch once you want to build it $cd /where/is/the/tree $source build/envsetup.sh $export TOP=`pwd` $cd external/zlib $mm -ju1ian On Tue, Nov 17, 2009 at 6:01 AM

Re: [android-developers] How to build a project in Android sources seperately?

2009-11-17 Thread Julian Chu
, send email to android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Julian Chu. a.k.a. WalkingIce -- 會走路的冰塊 http://walkingice.twbbs.org 只放拖鞋的鞋櫃

[android-developers] sqlite in webview

2009-11-09 Thread Julian Avram
I saw that the browser in sdk2.0 has sqlite support however it doesn't seem to work in webview (at least for me). Did any of you guys get sqlite to work in webview if so how ? :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Sampling data from the internal Mic, and from a headset Mic.

2009-09-24 Thread Julian Bunn
This turned out to be a non-problem. The audio data stream comes from the headset Mic just fine. What confused me was the relative levels between the two. On Sep 23, 10:42 am, Julian Bunn jjb...@gmail.com wrote: My app takes audio samples from the Mic, and processes them. The app works fine

[android-developers] Re: Android 1.6 SDK is here!

2009-09-17 Thread Julian
Hi, I will try to speak in english :-) my question is, will the g1phone be able to run 1.6 (system requirenments)? Julian. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to listen to Back key

2009-08-28 Thread Julian Peña
Hi, Just add this method to your activity. Best Regards. @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) { your code here } return .; } 2009/8/27 cindy ypu01...@yahoo.com In current activity,

[android-developers] Re: How to handle widget's Long Click event on home screen?

2009-08-19 Thread Julian Chu
on Home? Thanks, Jimmy On Aug 10, 3:01 pm, Romain Guy romain...@google.com wrote: You cannot do this. Long press on Home is reserved to drag and drop. -- Julian Chu. a.k.a. WalkingIce -- 會走路的冰塊 http://walkingice.twbbs.org 只放拖鞋的鞋櫃

[android-developers] Re: items can't be selected (or highlighted)

2009-06-04 Thread Julian Shen
Does your TextView within items have clickable links? --~--~-~--~~~---~--~~ 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

[android-developers] c++ on android

2009-04-27 Thread julian qian
Hi, right now, all app development are based on java and sdk, anyone tried to use c++, i.e. compiled into so, and modify jni to access it? is there a way to using c++ in current Android Market App? thanks --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: Can't upload my app in the market ! Market requires the minSdkVersion to be set in AndroidManifest.xml.

2009-04-27 Thread Julian Q
I tried android:minSdkVersion=2 inside uses-sdk, doesn't work also tried put it as attribute of manifest, doesn't work too On 4月25日, 上午8时33分, Dan Morrill morri...@google.com wrote: Hello! You probably need to use android:minSdkVersion rather than minSdkVersion. - Dan On Fri, Apr 24, 2009

[android-developers] Re: c++ on android

2009-04-27 Thread julian qian
. But then again, that app is probably powered by Google too. On 26 apr, 16:42, julian qian julian.q...@gmail.com wrote: Hi, right now, all app development are based on java and sdk, anyone tried to use c++, i.e. compiled into so, and modify jni to access it? is there a way to using c

[android-developers] Setting up intents for dynamic buttons

2008-11-23 Thread Julian
the Amazon API but am very unfamiliar with the Java tools and can't get wsimport to run on the command line at all. Thanks. -Julian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Gmail and Gtalk ...does it have to be the same account???

2008-10-26 Thread julian
I dont understand why google didnt give the option to change between accounts...like for example I would like to have a different account on the Gtalk instead of having the same account for everythingor be able to change between accounts. No flexibility at all...COME ON GOOGLE!!! Edit/Delete