Re: [android-building] android.jar does not contain all the class files?

2019-05-03 Thread cnicaaron
So in order to use it, do I need to recompile the whole thing? On Friday, May 3, 2019 at 4:38:35 PM UTC-5, Colin Cross wrote: > > android.jar only contains classes that are part of the public SDK. You > can see the AOSP source for UiAutomationConnection.java at >

Re: [android-building] android.jar does not contain all the class files?

2019-05-03 Thread 'Colin Cross' via Android Building
android.jar only contains classes that are part of the public SDK. You can see the AOSP source for UiAutomationConnection.java at https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/app/UiAutomationConnection.java

Re: [android-building] [Android Q] Question about new constraint for build system

2019-05-03 Thread niklaus . lin
Hi Dan, Thanks for your suggestion, we will try this. Dan Willemsen於 2019年5月3日星期五 UTC+8下午1時34分50秒寫道: > > It's easy to use prebuilt tools from the source directory (or built tools) > from your own rules that need them, either just refer to them by name, or > you may be able to set up your own

RE: [android-building] [Android Q] Question about new constraint for build system

2019-05-03 Thread 林洲銓
Hi Dan, Thanks for your help. We will try this suggestion~ BRs, Feng Lin From: 'Dan Willemsen' via Android Building [mailto:android-building@googlegroups.com] Sent: Friday, May 03, 2019 1:34 PM To: Android Building Cc: Tank Hung (洪鼎凱) ; Brady Cheng ; Jeremy Wu ; Elvis Chien (簡佑任) Subject:

[android-building] android.jar does not contain all the class files?

2019-05-03 Thread cnicaaron
I downloaded the offical SDK and unzip it. What I am interested in is UiAutomationConnection.java(.class) but I do not see it. However, I do see UiAutomation.class. Any thoughts? -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to