... setting "Private ion as Object" in Process_Globals, adding also in the code the #AdditionalJar file indicated, but get the error "java.lang.RuntimeException: Method: startActivityForResult not matched."
I've seen on "Android Developers" page that this method is deprecated, and don't know if the error is related to it:
. setting "Private ion as Object" in Process_Globals, adding also in the code the #AdditionalJar file indicated, but get the error "java.lang.RuntimeException: Method: startActivityForResult not matched."
Yes, the #AdditionalJar line is in the project and activity attributes area, before the Sub 'Process_Globals' begins. "Private ion as Object" is declared in Sub Process_Globals, the GooglePlayBase services snippet is added to the manifest file, and yesterday I updated the SDK . Maybe I'm missing some library? Could it be related to any permission?
Hi all, I recently needed to check for device's google account and I was not able to get it done with Erel's code. I was not getting any results. So a little search on the Internet and a little mixing of the soup and voila: (it was created for activities but it may be used without any problems...