[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| [andmore-dev] Bug 525493 - Projects containing aar libraries	currently fail with robolectric 3.2.1 | 
Dave and Matthew
 
From the PR conversion I see Matthew 
state:
 
 
I now understand Dave's comment 
about Google poorly tagging "what 
version of the source matches to what they distribute". 
I have been using the 
maven-dependency-plugin "copy" goal to fetch the dependency jars and 
follow the POM dependency tree to work out what jars are 
required.
That is why I ran into trouble over 
the SWT-specific jars like ddmuilib.jar as I could not find them in any online 
Maven repository.
 
The Android Tools versions I am applying are taken from 
the android-maven-plugin: android.builder.version=2.3.0 and 
android.tools.version=25.3.0
 
As first priority, I will complete tracking down all 
dependencies for above versions and compile them into a spreadsheet so the legal 
processes can start.
I will then research the new manifest merge design with 
AndroidBuilder. Once I have grasped that, I can then begin to get an idea of the 
scope of work to be undertaken.
 
Andrew