Page 1 of 1

Creating a native scroller to scroll a field lesson

Posted: Mon Mar 31, 2014 5:28 pm
by keram
Hi,

I followed this lesson:
http://lessons.runrev.com/s/lessons/m/4 ... ll-a-field
and downloaded the attached file from the link on top of the page. Then created an android standalone file and tried to install it but it fails to install each time.
Any idea what's wrong with that file?

keram

Re: Creating a native scroller to scroll a field lesson

Posted: Fri Apr 04, 2014 3:05 am
by Simon
Testing it here on an Android device it is working.
But this is not via building a standalone but via USB Test Target/Test.

There has been a lot of chatter about having to use jarsigner (run a search) to get apk's to run on a device.

Simon

Re: Creating a native scroller to scroll a field lesson

Posted: Fri Apr 04, 2014 10:27 am
by keram
Hi Simon,
Simon wrote:There has been a lot of chatter about having to use jarsigner (run a search) to get apk's to run on a device.
That gave me a hint and I checked the Signing option of that file - it was: "Sign with my key". Changing to "Sign for development only" fixed the problem.

Thanks.

keram