Status Update
Comments
jv...@google.com <jv...@google.com>
st...@gmail.com <st...@gmail.com> #2
Forgot to mention that Ant build targets also fail on Mac as well. bazel
targets all also fail with errors re invalid references to /tools/google3/...
di...@gmail.com <di...@gmail.com> #3
vi...@gmail.com <vi...@gmail.com> #4
s3...@gmail.com <s3...@gmail.com> #5
How you was able to build it? How did you overcome all the errors from description of this issue? Can you describe it?
je...@gmail.com <je...@gmail.com> #6
st...@gmail.com <st...@gmail.com> #7
Ping? If you've managed to build it from the instructions, mind sharing with the rest of us?
pi...@linaro.org <pi...@linaro.org> #8
At Linaro, in
Following this bazel build //tools/adt/idea/android:artifacts
.
But alas, it was not possible to load the existing IDEA project after,
saying some plugins were missing. Building with build_studio.sh
fails too, with... cryptic errors.
The fact Android Studio uses some closed sources should not be a blocker to be able to build an open version of it, and would allow anyone to contribute.
Could you consider creating a repo manifest (with correct instructions) that works for open source contributors?
va...@adyen.com <va...@adyen.com> #9
am...@google.com <am...@google.com> #10
Jerome, do you know if this page or the adt-dev@ group is still maintained? Thanks!
st...@gmail.com <st...@gmail.com> #11
Bump 1 year anniversary. Any news? Started from scratch recently and the current build seems to break with this new error:
ERROR: /home/user/dev/studio-master-dev/prebuilts/studio/jdk/BUILD:56:1: no such package 'tools/vendor/google/android-ndk': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/user/dev/studio-master-dev/tools/vendor/google/android-ndk and referenced by '//prebuilts/studio/jdk:jni_headers'
ERROR: Analysis of target '//tools/adt/idea/android:artifacts' failed; build aborted: no such package 'tools/vendor/google/android-ndk': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/user/dev/studio-master-dev/tools/vendor/google/android-ndk
li...@linaro.org <li...@linaro.org> #12
We are looking to enable key projects for Windows on Arm and this enabling this project greatly for the ecosystem. Could someone help take a look at this errors?
Thanks,
Lina
ma...@microsoft.com <ma...@microsoft.com> #13
Any input would be welcome.
Marcus
je...@google.com <je...@google.com> #14
Scott, this seems like an area that needs a lot of love. We should revamp this so instructions to checkout and build and eventually contribute are up to date.
ss...@google.com <ss...@google.com>
ss...@google.com <ss...@google.com> #15
I'll be looking at this but won't be able to until November.
in...@gmail.com <in...@gmail.com> #16
Hehe
da...@autodesk.com <da...@autodesk.com> #17
I'm interested in adding filtering capabilities to the network inspector and sending it for review.
Thanks.
st...@gmail.com <st...@gmail.com> #18
Well, November has come and gone and after 2 and a half years of no activity, I feel like it's safe to say Google isn't interested in Community support or involvement on this one and that's really unfortunate. If we could just get this closed and marked WAI, that'd be great for everyone I think.
Description
Documentation guiding users though contributing/building against Android Studio found here seems very out of date.
Following the instructions at that site result in an inoperable build state. Further, the 'groups' link that users are directed to has had no activity or posts for 2 years, suggesting it has been moved.
Issues with building from the indicated branch (
studio-master-dev
) result in numerous issues including:.iml
files.Project 'Android Studio (studio-4.1-dev)' requires plugin 'Kotlin' version '1.3.99' or lower, but '222-1.7.10-release-334-IJ3739.54' is installed.
Kotlin 1.3.99 is pre-Aug 2020com.android.commands.am.InstrumentationData
D:/../<project>/tools/vendor/google
,D:/../<project>/tools/vendor/google3/blaze
, andD:/../<project>/tools/vendor/intellij/cidr
all load with invalid git mappings.I've tried to manually resolve all of the above issues, but the missing/unidentified packages is a big stopping point. I've done a search through all provided
jar
files contained in the project repo, but can't identify the location. If there are updated instructions, where can they be found?Studio Build: latest from
repo sync
Version of Gradle Plugin: n/a Version of Gradle: n/a Version of Java:prebuild/studio/jdk/jdk11/[mac|win]
OS: Mac ARM and Windows 10