@CParker,
Sorry ... I know how this goes either I have missed something basic or
you have assumed knowledge I don't have ...
I looked at what you said and navigated to where I thought I should be
looking and on an attempted compile Android Studio did indeed seem to
have a problem around line 39
[I have assumed that you open JUST the project folder (where I unzipped
the github download contents to)].
I tried to build an APK and when it baulked, I opened the file as
displayed in the messages window (it jumped to line 39 probably as a
de-bugging function).
So I changed :-

Code:
--------------------
    // EventBus, https://github.com/greenrobot/EventBus.
  compile project(':libs:eventbus:EventBus')
--------------------

To (as you stated) :-

Code:
--------------------
    // EventBus, https://github.com/greenrobot/EventBus.
  //compile project(':libs:eventbus:EventBus')
  compile 'de.greenrobot:eventbus:2.4.1'
--------------------

I also went into Project->Squeezer->libs where there were only 2 objects
(datetimepicker and eventbus) I deleted eventbus as you said)
I then tried again using the header in the object browser 'try again'
... AND this time it stopped again, this time at line 64 "    def
gitHash = "git rev-parse --short HEAD".execute().text.trim()" (Note:
Eventbus was NOT recreated in libs).
Not sure what is wrong with this, or if there is a way to ignore these
errors ?
I assume that 'some' code points to different github sources for
particular modules/functions and when these get updated (not sure why
old ones would be deleted (even assuming a newer/better version is
proved relatively bug free) but if they do, the ref is no longer valid
(all just guesswork) and the compile error ???
Anyway, if this is the case can you take me through your steps as to how
you found out to modify line 39 and then I'll step through all the rest
It all seems a real ball ache so far.
Once installed can I turn off the phone 'developer mode' and continue as
normal ?
Should I have ensured that I have removed the google play version of
Squeezer first ?
It is not a case of the blind leading the blind but you are definately
'less' partially sighted than I am ;)
Is there another compiler that 'may' be less picky than 'Android Studio'
?
Sorry Again, but thanks for your time so far
Mutt


------------------------------------------------------------------------
Muttley's Profile: http://forums.slimdevices.com/member.php?userid=64372
View this thread: http://forums.slimdevices.com/showthread.php?t=101898

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to