In case anyone else runs into this issue:
The problem stemmed from utilizing a file from part of the support library
itself.
All I needed was to modify the following:
import android.support.v7.appcompat.R;
to
import my.package.R;
--
You received this message because you are subsc
Something is not right about the way
that ../sdk/extras/android/support/v7/appcompat/bin/classes.jar is being
built:
$ jar tf ../sdk/extras/android/support/v7/appcompat/bin/classes.jar
META-INF/
META-INF/MANIFEST.MF
.readme
There's no classes in the jar !!
Google, why doesn't this library bu
at.R;
Here's the generated classes.jar and R.java:
$ ls -l ../sdk/extras/android/support/v7/appcompat/bin/classes.jar
-rw-rw-r--. 1 greno greno 538 Jul 19 12:24
../sdk/extras/android/support/v7/appcompat/bin/classes.jar
$ ls -l
../sdk/extras/android/support/v7/appcompat/gen/android/support/v7/
appcompat.R;
Here's the generated classes.jar and R.java:
$ ls -l ../sdk/extras/android/support/v7/appcompat/bin/classes.jar
-rw-rw-r--. 1 greno greno 538 Jul 19 12:24
../sdk/extras/android/support/v7/appcompat/bin/classes.jar
$ ls -l
../sdk/extras/android/support/v7/appcompat/gen/android/
I just got one of these notices as well. And I didn't think it applied.
Then I did some digging and found out that sure enough one of the apps was
linked to an old version of openssl. So now I'm working on getting the app
updated to a newer version of openssl.
--
You received this message b
Ok, it looks like v 23.0.0 is REALLY BROKEN.
https://code.google.com/p/android/issues/detail?id=72419
--
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
Ok, it looks like v 23.0.0 is REALLY BROKEN.
https://code.google.com/p/android/issues/detail?id=72419
On Saturday, June 28, 2014 6:21:39 PM UTC-4, greno wrote:
>
> $ make
> ...
>
> * [taskdef] Could not load definitions from resource
> emma_ant.properties. It could not b
$ make
...
* [taskdef] Could not load definitions from resource emma_ant.properties.
It could not be found.*
-set-mode-check:
-set-debug-files:
-check-env:
[checkenv] Android SDK Tools Revision 23.0.0
[checkenv] Installed at /usr/local/android-sdk-linux_x86
-setup:
[echo] Project Name
So today our Trivial Drive app starts working.
However, we are seeing a number of errors.
First is when we make a purchase. The purchase succeeds but at the very
end it pops an error message saying signature verification error.
Then when we reload the app it gets signature verification error t
This morning I republish the APK again and wait. And today it works
finally.
So everything was right.
On Tuesday, November 19, 2013 12:18:36 AM UTC-5, greno wrote:
>
> So now I look on testers phone and their are two Google Accounts
>
> First account is his previous primary non-g
thing? Can the old non-gmail account be deleted or
will that mess up the phone and all the contacts, data, etc?
On Monday, November 18, 2013 11:07:59 PM UTC-5, greno wrote:
>
> Having spent the better part of 3 days on this with no luck at all getting
> this Trivial Drive app to work I t
Having spent the better part of 3 days on this with no luck at all getting
this Trivial Drive app to work I thought I would post what I've done and
see if anyone can see what could be amiss.
Downloaded the Google Play extras and built the Trivial Drive app with the
proper public key.
Signed th
I wanted to do a quick patch for a library jar so I just put the class
patch source under the same path as in the library jar in my project src
tree.
The patch itself compiles.
But when I try to package I get a DexMerger error:
[dx] Merged dex A (500 defs/876.3KiB) with dex B (400
defs
Got the listener working by using an inline anonymous listener.
On Wednesday, November 13, 2013 9:39:56 PM UTC-5, greno wrote:
>
> I'm using as ActionBarSherlock spinner in a fragment.
>
> import android.widget.AdapterView;
> import android.widget.AdapterView.OnItemSelect
I'm using as ActionBarSherlock spinner in a fragment.
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemSelectedListener;
import android.widget.ArrayAdapter;
public class Tab1 extends SherlockFragment implements
IcsAdapterView.OnItemSelectedListener
...
spinner = (IcsSpi
I have this linking problem with ndk r7b:
...arm-linux-androideabi/bin/ld: crtbegin_so.o: No such file: No such
file or directory
I have not found a solution yet. Any ideas?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this
I created a file custom_rules.xml and added a rule
But when I run ant it gives me this error:
custom_rules.xml:11: Unexpected element "{}
target" {antlib:org.apache.tools.ant}target
If I place the rule in the build.xml it works fine.
So how do I get it to work in the custom_rules.xml file whic
17 matches
Mail list logo