I just found out that the copy of ask.jar in the "Idea EAP SDK" is dated. I replaced it with asm4.0.jar and the error went away. However I am now getting errors resolving the symbol Main.dumpDelayedLogging(). I determined this was because the platform SDK was too high in the dependency list where this symbol is defined in source under the platform/bootstrap module. Fixing this error got me further in the compile. I'm now tripping over undefined symbol errors in the hi-designer-core module. I believe this will continue until I hack the dependencies into some sort of satisfactory order. I would appreciate guidance as I don't know what I'm doing, just trying to hack my way into a clean compile.
On Saturday, May 10, 2014 6:26:16 PM UTC-7, Clifton Craig wrote: > > Hi, > > I'm trying to build and run Android Studio from source. I was following > instructions here: > http://tools.android.com/build/studio > However I am having trouble after sync'ing the repo. I've opened the > project in Idea EAP and pointed it to the Idea EAP SDK (since "Idea sdk" is > not defined in my IDE settings). Finally I tried running the Android Studio > run config and I get a compile error: > > Error:(30, 1) java: >> /Applications/Developer/AndroidStudioSrc/tools/base/lint/libs/lint-api/src/main/java/com/android/tools/lint/client/api/LintDriver.java:30: >> >> cannot find symbol >> symbol : static ASM4 >> location: interface org.objectweb.asm.Opcodes > > > I tried switching to/checking out the aosp/idea133 branch and > compiling/running again but I hit the same error. Are there any definitive > "Getting started building from source" guides around? I understand the > build is in flux currently. Did I just hit an error? Thanks in advance! > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
