sreichholf / dreamDroid

DreamDroid is an open-source enigma2 client for android based devices.
https://dreamdroid.org
GNU General Public License v3.0
108 stars 43 forks source link

failed to build with android studio 1.3.2 #71

Open itpp16 opened 9 years ago

itpp16 commented 9 years ago

Any hints or instructions how to build the apk with 1.3.2 ? errors are too many and vary between build types 19-23

sreichholf commented 9 years ago

Mmh, it builds totally fine here. I'm on 1.4beta but that shouldn't make any difference.

itpp16 commented 9 years ago

I'll collect some error messages, I've tried many options from plain to setting build libraries, each with a different error, and once I solve an error another one pops up...

itpp16 commented 9 years ago

I got it working now :)

First 2 issues: http://stackoverflow.com/questions/32092511/resource-error-in-android-studio-after-update-no-resource-found http://stackoverflow.com/questions/31653002/how-to-use-the-legacy-apache-http-client-on-android-m

Then this one "setLatestEventInfo": https://github.com/OneBusAway/onebusaway-android/issues/290 https://github.com/bitstadium/HockeySDK-Android/pull/81/files

I've just disabled it for now: MemorizingTrustManager.java: /* Error:(385, 4) error: cannot find symbol method setLatestEventInfo(Context,String,String,PendingIntent) / / n.setLatestEventInfo(master.getApplicationContext(), master.getString(R.string.mtm_notification), certName, call); */

sreichholf commented 9 years ago

If you want API23 please use the M branch. Master is not ready for that, yet. The Issue you reported is fixed but i may have not pushed that yet

EDIT: Did some cleanups and pushed the stuff laying around here to the M branch.

itpp16 commented 9 years ago

Ah ok, tnx, all I wanted was the channel sub-menu changed, removed 'zap' because I only use stream and moved stream to the top which saves 4 remote control steps (its now 2x Ok to watch). I did send an email about it as a feature request but decided to give it a go myself.

sreichholf commented 9 years ago

I've read it, i just forgot to answer ;). I Do plan to add some more customizing in terms of "default short tap action".