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
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
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
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
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
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
6 matches
Mail list logo