修改为单纹理,在android上编译通过,apk修改为日期名字

This commit is contained in:
xsl
2025-10-27 21:48:15 +08:00
parent 300340bb19
commit 10505c616f
12 changed files with 158 additions and 82 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ android {
compileSdk 36
defaultConfig {
applicationId "com.hmwl.example"
applicationId "com.hmwl.f20251028"
minSdk 30
targetSdk 36
versionCode 1
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@@ -7,7 +7,7 @@ public class MainActivity extends FaceActivity{
@Override
protected void onCreate(Bundle savedInstanceState)
{
SetInitArg("{\"action_fps\":3,\"motion\":{\"png_name\":\"demo\",\"png_num\":1,\"show_type\":\"direction\",\"step\":\"press2\",\"technique\":\"base_makeup\",\"type\":\"bottom_makeup\"},\"zoom\":1.5}");
SetInitArg("{\"action_fps\":3,\"motion\":{\"png_name\":\"test\",\"png_num\":1,\"show_type\":\"direction\",\"step\":\"press2\",\"technique\":\"base_makeup\",\"type\":\"bottom_makeup\"},\"zoom\":1.5}");
super.onCreate(savedInstanceState);
//这个是设置接口的参数,采用json传递,可以保证接口灵活性
+1 -1
View File
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">example</string>
<string name="app_name">f20251028</string>
</resources>