-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem using plugin #6
Comments
The file you need to download is the zip file in the releases tab (https://github.com/Shin-NiL/Godot-Android-Share-Plugin/archive/v1.0.0.zip). If you unzip this file there will be a share-plugin directory. |
Sorry, my english is bad. Perhaps I do not understand the sentence "drop the share-plugin directory (from the zip package) inside the res://android/ directory on your Godot project". I translate it as: delete the share-plugin directory in res: //android/ directory in my project. Could you explain this point to me? |
I'm not too good with english also ;P |
I copied the share-plugin directory to the res://android/directory. I compiled the apk file from the demo project from the archive but the application crashes at startup. |
Are you able to run this repository demo project? You can use the adb tool from Android SDK to help with debugging: |
When building a project, should the "use custom build" setting be true or false? |
It should be true. |
Then I have another problem. Error building application. I described it on the forum at the link: |
Hi ShinNil , really appreciate your contributions towards the Godot world where resources are scarce. So I wanted to integrate to my game and I press on the button and the share screen dosnt pop up. I used your demo to build an apk, there is still no pop-up. Tried on samsung s9 and oneplus 3t . Please let me know if I am missing something. |
@makthemax could you post here the logcat output? |
here you go Sir, took me time because I am very new to Android system, I started with godot. Please let me know if this would do it. |
@makthemax |
Hey Shin-NiL/Godot-Android-Share-Plugin ,
Im unable to open the issues page on godot , so I am attaching it here, the
'-s godot' doesnt have any output and the godot share plugin app closes
saying failed to attach the debugger. While I made sure I exported the
debugger in the app , while exporting in godot. Is it possible I could
possibly chat with you somewhere ?
Thanks
Manas Kumar
+1 519 722 8143
…On Sun, Jul 12, 2020 at 10:10 AM Shin-NiL ***@***.***> wrote:
@makthemax <https://github.com/makthemax>
try to use the command
adb logcat -s godot
to filter the outuput
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF376SDCHLYBXJ6BWLXVWWTR3G73TANCNFSM4MZNYEBA>
.
--------- beginning of system
--------- beginning of main
|
I figured out the waiting for debugger, here are the godot logs . I
dont thing they are much help full.
Manas Kumar
+1 519 722 8143
…On Mon, Jul 13, 2020 at 4:07 AM makthemax ***@***.***> wrote:
Hey Shin-NiL/Godot-Android-Share-Plugin ,
Im unable to open the issues page on godot , so I am attaching it here,
the '-s godot' doesnt have any output and the godot share plugin app closes
saying failed to attach the debugger. While I made sure I exported the
debugger in the app , while exporting in godot. Is it possible I could
possibly chat with you somewhere ?
Thanks
Manas Kumar
+1 519 722 8143
On Sun, Jul 12, 2020 at 10:10 AM Shin-NiL ***@***.***>
wrote:
> @makthemax <https://github.com/makthemax>
> try to use the command
> adb logcat -s godot
> to filter the outuput
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#6 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AF376SDCHLYBXJ6BWLXVWWTR3G73TANCNFSM4MZNYEBA>
> .
>
--------- beginning of system
--------- beginning of main
07-13 04:29:32.396 26239 29548 I godot : Godot Engine v3.2.beta3.official - https://godotengine.org
07-13 04:29:32.418 26239 29548 I godot : OpenGL ES 2.0 Renderer: Adreno (TM) 530
07-13 04:29:32.447 26239 29548 I godot :
07-13 04:31:17.037 29638 29690 I godot : Godot Engine v3.2.beta3.official - https://godotengine.org
07-13 04:31:17.047 29638 29690 I godot : OpenGL ES 2.0 Renderer: Adreno (TM) 530
07-13 04:31:17.061 29638 29690 I godot :
07-13 04:42:20.153 29943 30702 I godot : Godot Engine v3.2.beta3.official - https://godotengine.org
07-13 04:42:20.170 29943 30702 I godot : OpenGL ES 3.0 Renderer: Adreno (TM) 530
07-13 04:42:20.202 29943 30702 I godot :
|
@makthemax it seems like the plugin was not loaded. Please redo all the steps described in the readme file. |
I figured out the problem , it was actually that I was using a higher version build. Turns out if I use the 3.2.2 , it works fine. Thank you so much. |
Hello, which shall i use for Godot 3.2.1? |
I do not understand how to add a plugin. I don’t understand how to use the archive you need to download. In my project, in the android directory, there is no share-plugin directory.
The text was updated successfully, but these errors were encountered: