Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [andmore-dev] Bug 525493 - Projects containing aar libraries currently fail with robolectric 3.2.1

You look at my fork there should be a branch which updated the dependencies to nougat last year

On Oct 10, 2017 02:10, "Andrew Bowley" <andrewbowley@xxxxxxxxxxx> wrote:
I have side stepped the SWT issue by creating 2 plugin replacements for ddmuilib.jar and uiautomatorviewer.jar
I have also forked the Andmore project which I updated to the latest version of the ADT library dependencies.
The Andmore build now proceeds to compiling the android-core andmore module. This fails because a change in the manifest merge design.
I get error "The import com.android.manifmerger.ManifestMerger cannot be resolved".
I understand that AndroidBuilder's mergeManifests() method should now be used for merging manifests.
You can see from the following declaration, that wrapping one's brain around it will not be easy, but I will proceed with researching it anyway:
 
    public void mergeManifests(
            @NonNull File mainManifest,
            @NonNull List<File> manifestOverlays,
            @NonNull List<? extends ManifestDependency> libraries,
            String packageOverride,
            int versionCode,
            String versionName,
            @Nullable String minSdkVersion,
            @Nullable String targetSdkVersion,
            @Nullable Integer maxSdkVersion,
            @NonNull String outManifestLocation,
            @Nullable String outAaptSafeManifestLocation,
            ManifestMerger2.MergeType mergeType,
            Map<String, String> placeHolders,
            @Nullable File reportFile) {


From: andmore-dev-bounces@eclipse.org [mailto:andmore-dev-bounces@eclipse.org] On Behalf Of David Carver
Sent: Tuesday, 10 October 2017 7:47 AM
To: andmore developer discussions
Subject: Re: [andmore-dev] andmore-dev Digest, Vol 26, Issue 1

We would need to fork the sdkuilib and build the necessary hooks and updates.  Unfortunately, since Android Tooling project has migrated all their existing functionality away from SWT, somebody from the community would need to build the needed functionality or work with the Android SDK folks to give us directions on how to proceed.



On Sat, Oct 7, 2017 at 12:00 PM, <andmore-dev-request@eclipse.org> wrote:
Send andmore-dev mailing list submissions to
        andmore-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/andmore-dev
or, via email, send a message with subject or body 'help' to
        andmore-dev-request@xxxxxxxxxxg

You can reach the person managing the list at
        andmore-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of andmore-dev digest..."


Today's Topics:

   1. Bug 525493 - Projects containing aar libraries    currently fail
      with robolectric 3.2.1 (Andrew Bowley)


----------------------------------------------------------------------

Message: 1
Date: Sat, 7 Oct 2017 19:07:14 +1100
From: "Andrew Bowley" <andrewbowley@xxxxxxxxxxx>
To: <andmore-dev@xxxxxxxxxxx>
Subject: [andmore-dev] Bug 525493 - Projects containing aar libraries
        currently fail with robolectric 3.2.1
Message-ID: <BC4EB23213C04FED837528FD42E28A99@cybersearch2.local>
Content-Type: text/plain; charset="us-ascii"

Hi

I have spent some time on investigating above bug and found this is not a
matter of routine maintenance.
The "show stopper" is SWT-specific dependencies such as sdkuilib are not
available for Android platform API 25.
Is this issue actively being addressed?

Unfortunately, I do not have the resources to set up a build environment for
the AOSP, so I cannot assist with developing dependencies myself.

Regards

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/andmore-dev/attachments/20171007/8d253c87/attachment.html>

------------------------------

_______________________________________________
andmore-dev mailing list
andmore-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/andmore-dev


End of andmore-dev Digest, Vol 26, Issue 1
******************************************


_______________________________________________
andmore-dev mailing list
andmore-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/andmore-dev


Back to the top