[Android-tools-devel] Review for android-framework-23

Markus Koschany apo at debian.org
Tue Sep 6 19:52:14 UTC 2016


On 06.09.2016 20:51, Chirayu Desai wrote:
> Hi Markus,
> 
> 
> On 09/06/2016 10:58 PM, Markus Koschany wrote:
>> Hi Chirayu,
>>
>> I had a closer look at android-framework-23. First of all the package
>> won't build in a clean chroot environment. (missing or wrong
>> build-dependencies?)
> I'm getting a build error here when trying to build using cowbuilder,
> due to a character encoding issue. The source has non-ASCII characters.

Hmm, that's strange because I see errors like these that indicate a
missing/outdated build-dependency or something not on the CLASSPATH:

          ^
  symbol: class TestCase
/build/android-framework-23-6.0.1+r55/debian/out/uiautomator/build/stubs/com/android/uiautomator/testrunner/UiAutomatorTestCase.java:9:
error: cannot find symbol
public  Bundle getParams() { throw new RuntimeException("Stub!"); }
        ^
  symbol:   class Bundle
  location: class UiAutomatorTestCase
/build/android-framework-23-6.0.1+r55/debian/out/uiautomator/build/stubs/com/android/uiautomator/core/UiDevice.java:7:
error: cannot find symbol
public  Point getDisplaySizeDp() { throw new RuntimeException("Stub!"); }
        ^
  symbol:   class Point
  location: class UiDevice
/build/android-framework-23-6.0.1+r55/debian/out/uiautomator/build/stubs/com/android/uiautomator/core/UiDevice.java:24:
error: cannot find symbol
public  boolean pressRecentApps() throws RemoteException { throw new
RuntimeException("Stub!"); }
                                         ^
  symbol:   class RemoteException
  location: class UiDevice
/build/android-framework-23-6.0.1+r55/debian/out/uiautomator/build/stubs/com/android/uiautomator/core/UiDevice.java:32:
error: cannot find symbol
public  boolean swipe(Point[] segments, int segmentSteps) { throw new
RuntimeException("Stub!"); }
                      ^
  symbol:   class Point
  location: class UiDevice
/build/android-framework-23-6.0.1+r55/debian/out/uiautomator/build/stubs/com/android/uiautomator/core/UiDevice.java:46:
error: cannot find symbol
public  void freezeRotation() throws RemoteException { throw new
RuntimeException("Stub!"); }




-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/android-tools-devel/attachments/20160906/ac13572e/attachment.sig>


More information about the Android-tools-devel mailing list