DuaneQ

Results 4 issues of DuaneQ

`Failed to install 'cordova-plugin-googleplus': Error: pod: Command failed with exit code 1 Error output: /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/rbconfig.rb:229: warning: Insecure world writable dir /Users/anonymous/project/app-name-v5/node_modules/.bin in PATH, mode 040757 at ChildProcess.whenDone (/Users/anonymous/project/app-name-v5/node_modules/cordova-common/src/superspawn.js:136:25) at ChildProcess.emit...

It appears as if the code isn't working in Chapter 13 because when using a dangerous service you explicitly need to ask for permissions from the user. https://developer.android.com/training/permissions/requesting.html I'm not...

import android.support.v7.app.ActionBarDrawerToggle; is now deprecated. Is there a workaround for this? I'm unable to use it in Chapter 10.

I'm unable to use name="AppTheme" parent="Theme.Holo.Light" or ERROR: Cannot resolve symbol Validate resource references inside Android XML. It seems as though the 2 themes required in this chapter aren't available...