Crystal of Rhylil - match3 game
Go to file
2018-02-02 14:09:09 +05:00
assets first blood 2013-01-19 22:25:53 +00:00
jni Test rendering. Works 2018-02-02 14:09:09 +05:00
res first blood 2013-01-19 22:25:53 +00:00
src/fishrungames/crystalofrhylil first blood 2013-01-19 22:25:53 +00:00
windows migrate to TES-engine 2018-02-01 19:39:31 +05:00
.classpath first blood 2013-01-19 22:25:53 +00:00
.project first blood 2013-01-19 22:25:53 +00:00
AndroidManifest.xml first blood 2013-01-19 22:25:53 +00:00
default.properties first blood 2013-01-19 22:25:53 +00:00
Readme.txt first blood 2013-01-19 22:25:53 +00:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Шаблон для приложения Android
Как установить:
1) Кинуть все содержимое в каталог Android/ВашеПриложение/
2) Придумать название приложению и название для package, вписать их в AndroidManifest.xml, в JniWrapper.java, MainActivity.java, правильно расположить java-файлы.
3) Придумать и ввести название своей Jni-библиотеки игры в Android.mk (LOCAL_MODULE : = MyAppLib), это же название библиотеки вбить в JniWrapper.java.
4) переименовать jni-методы в android_api.h/cpp в соответствии с названиями package.
5) Не забыть про иконки
6) Написать скрипт сборки и можно запускать!