AE0011
AE0011
After installing this library android studio warn me that default activity not found so i cant run it normally
` proxy.invoke(...) .done((directResponse) => { console.log('direct-response-from-server', directResponse); // directResponse is always 'undefined'!! but server will do that func correctly }).fail((e) => { console.warn('Something went wrong when calling server, it might...
sometimes this error happen on android withRheostat.tsx line 166 previousHandlePos is undefined ` const proposedPosition = (gestureState.dx / width) * PERCENT_FULL + previousHandlePos[idx];` 
I want to store/move my files to external storage(SD Card) firstly I want to check if there is any sdCard or not then I have tested with a android phone...