Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsay01/GboardCustomSticker
https://github.com/vsay01/GboardCustomSticker
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/vsay01/GboardCustomSticker
- Owner: vsay01
- Created: 2017-09-29T17:20:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T16:10:16.000Z (over 6 years ago)
- Last Synced: 2024-08-02T05:07:29.006Z (3 months ago)
- Language: Java
- Size: 124 KB
- Stars: 31
- Watchers: 2
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GboardCustomSticker
===================================
This demo aims to show how can we create a custom sticker pack for the Google Keyboard, GBoard.Pre-requisites
--------------
- A device running Android 4.0 (Ice Cream Sandwich) or newer, and Google Play services 11.4.0 or higher
- The Google Play services SDK from the Google Repository, available in the Android SDK Manager
- The latest version of Android Studio, version 1.5 or higher
- Firebase index configuration
- Google-services.json, a configuration from your Firebase project
- Install Google Keyboard applicationIntroduction
------------
Steps for trying out this sample:
- This sample uses the Gradle build system. To build this project, use the
"gradlew build" command or use "Import Project" in Android Studio.
- Get Google-service.json from your firebase project
- Compile and install the mobile app onto your mobile device or emulator.
- Once the application is installed, go to google keyboard and choose sticker.Video Demo
-------Encounter Issues
-------
1. Error:org.gradle.api.GradleException: File google-services.json is missing. The Google Services Plugin cannot function without it.- Solution: You need to provide your google-service.json generated by your firebase project.
2. Android App Indexing → FirebaseAppIndexingInvalidArgumentException Intent cannot be resolved;
- Solution: provide the intent filter to your activity in the manifest.xml
Support
-------
If you've found an error in this sample, please file an issue::
https://github.com/vsay01/GboardCustomStickerLicense
-------
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)Copyright 2017 Vortana Say
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.