[android-developers] Android studio launching wrong package

2016-08-19 Thread marksibly
Hi, I have created a new android studio project, renaming the package in the process, but Android Studio insists on trying to launch the old package when I 'run'. I tried deleting the gradle cache, invalidating caches in the IDE etc but it just refuses to launch the right package. The weird thi

[android-developers] google play services help?

2016-07-10 Thread marksibly
Hi, Is there anyone who can help me with a google play services problem? I realize this is the wrong group, but for some reason I can post to the google play servces->android group. Or is there somewhere else I can get support? Bye, Mark -- You received this message because you are subscribe

[android-developers] IAP and consumable products

2013-07-18 Thread marksibly
Hi, I'm trying to implement 'consumable' products in an android app using billing v3. To do this, I'm using getPurchases/consumePurchase *before* starting the BUY_INTENT to pre-consume any existing purchases of an item. However, it doesn't seem to work - after I consume a product, I can't buy

[android-developers] Android 4.2 Bitmap/glTexSubImage2D issues

2012-11-15 Thread marksibly
Hi, I just updated my Nexus 7 to 4.2 and am having a few issues with my code: 1) BitmapFactory.decodeStream() seems to have started stripping alpha from (so far all of) my bitmaps - ie: replacing them with 0xff. Load code: BitmapFactory.Options opts=new BitmapFactory.Options(); opts.inPreferred

[android-developers] Assets

2010-05-07 Thread marksibly
Hi, How come this works (from inside Activity subclass)... _bitmap=BitmapFactory.decodeStream( getAssets().open( "ship.png" ) ); ...but this doesn't... _bitmap=BitmapFactory.decodeFile( "ship.png" ); Bye! Mark -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Cross platform projects

2010-05-07 Thread marksibly
Hi, I am creating projects using 'android project create' - ie: no Eclipse. However, I've noticed that the projects don't seem to be cross platform. If I use 'ant install' on Windows with a project created on the Mac, I get... ...\build.xml:49: taskdef class com.android.ant.SetupTask cannot be